File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 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" ,
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"
You can’t perform that action at this time.
0 commit comments