We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65c4015 commit 4148e26Copy full SHA for 4148e26
package.json
@@ -25,7 +25,8 @@
25
"eslint:md": "eslint -c .md.eslintrc --ext .md ja/**/*.md",
26
"textlint": "summary-to-path | xargs textlint --rule spellcheck-tech-word",
27
"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"
+ "test:js": "mocha",
29
+ "test": "npm-run-all --parallel test:js test:example textlint eslint:md eslint build"
30
},
31
"keywords": [
32
"plugin",
@@ -41,6 +42,7 @@
41
42
"gitbook-summary-to-path": "^1.0.1",
43
"jsdom": "^3.0.0",
44
"mocha": "^2.2.5",
45
+ "npm-run-all": "^1.2.8",
46
"power-assert": "^1.0.0",
47
"textlint": "^3.2.0",
48
"textlint-rule-spellcheck-tech-word": "^4.0.1"
0 commit comments