Skip to content

Commit 5351ade

Browse files
Merge pull request #14 from DealerDirect/hotfix/changed-npm-scripts-to-yarn-package-json
Changed npm scripts to yarn in package.json
2 parents 42249a9 + f532af2 commit 5351ade

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@
2424
"lint:alex": "alex .",
2525
"lint:remark": "remark -f . --ignore-path '.gitignore'",
2626
"lint:spellcheck": "find . -type f -name '*.md' -not -path './CHANGELOG.md' -not -path './node_modules/*' -not -path './vendor/*' -print0 | xargs -0 -n1 mdspell --report --en-us --ignore-numbers --ignore-acronyms",
27-
"lint:spellcheck-interactive": "find . -type f -name '*.md' -not -path './node_modules/*' --not-path '.v/endor/*' -print0 | xargs -0 -n1 mdspell --en-us --ignore-numbers --ignore-acronyms",
28-
"lint": "npm run lint:alex && npm run lint:remark && npm run lint:spellcheck-interactive",
29-
"test": "npm run lint:alex && npm run lint:remark && npm run lint:spellcheck"
27+
"lint:spellcheck-interactive": "find . -type f -name '*.md' -not -path './node_modules/*' -not -path './vendor/*' -print0 | xargs -0 -n1 mdspell --en-us --ignore-numbers --ignore-acronyms",
28+
"lint": "yarn run lint:alex && yarn run lint:remark && yarn run lint:spellcheck-interactive",
29+
"test": "yarn run lint:alex && yarn run lint:remark && yarn run lint:spellcheck"
3030
},
3131
"repository": {
3232
"type": "git",

0 commit comments

Comments
 (0)