We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85fefeb commit 560c75cCopy full SHA for 560c75c
package.json
@@ -17,7 +17,7 @@
17
},
18
"main": "lib/index.js",
19
"scripts": {
20
- "test": "npm-run-all lint --parallel test:unit test:cli",
+ "test": "npm run lint && npm run test:unit && npm run test:cli",
21
"test:cli": "./test/cli/run",
22
"test:unit": "node --test ./test/unit/test_*.js",
23
"lint": "eslint --cache --ext .js --ext .jsx ./lib ./bin/validate-dependencies ./test/unit ./samples ./pkg && echo ✓"
@@ -39,7 +39,6 @@
39
"faucet-pipeline-jsx": "file:pkg/faucet-pipeline-jsx",
40
"faucet-pipeline-typescript": "file:pkg/faucet-pipeline-typescript",
41
"json-diff": "^1.0.6",
42
- "npm-run-all": "^4.1.5",
43
"release-util-fnd": "^3.0.0"
44
}
45
0 commit comments