Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit4148e26

Browse files
committed
feat(npm): use "npm-run-all" for npm test
1 parent65c4015 commit4148e26

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

‎package.json

Lines changed: 3 additions & 1 deletion
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)

[8]ページ先頭

©2009-2025 Movatter.jp