Skip to content

Commit 4148e26

Browse files
committed
feat(npm): use "npm-run-all" for npm test
1 parent 65c4015 commit 4148e26

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Diff for: package.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@
2525
"eslint:md": "eslint -c .md.eslintrc --ext .md ja/**/*.md",
2626
"textlint": "summary-to-path | xargs textlint --rule spellcheck-tech-word",
2727
"test:example": "find ./src -name '*-example.js' | xargs babel-node",
28-
"test": "mocha && npm run test:example && npm run textlint && npm run eslint:md && npm run eslint && npm run build"
28+
"test:js": "mocha",
29+
"test": "npm-run-all --parallel test:js test:example textlint eslint:md eslint build"
2930
},
3031
"keywords": [
3132
"plugin",
@@ -41,6 +42,7 @@
4142
"gitbook-summary-to-path": "^1.0.1",
4243
"jsdom": "^3.0.0",
4344
"mocha": "^2.2.5",
45+
"npm-run-all": "^1.2.8",
4446
"power-assert": "^1.0.0",
4547
"textlint": "^3.2.0",
4648
"textlint-rule-spellcheck-tech-word": "^4.0.1"

0 commit comments

Comments
 (0)