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 afae6fb commit 1c9c78fCopy full SHA for 1c9c78f
package.json
@@ -20,7 +20,7 @@
20
"faucet": "bin/faucet"
21
},
22
"scripts": {
23
- "test": "npm-run-all --parallel lint test:unit",
+ "test": "npm run lint && npm run test:unit",
24
"test:unit": "node --test ./test/test_*.js",
25
"lint": "eslint --cache ./lib ./bin/* ./test ./test/bin/* && echo ✓"
26
@@ -33,7 +33,6 @@
33
34
"devDependencies": {
35
"eslint-config-fnd": "^1.13.0",
36
- "npm-run-all": "^4.1.5",
37
"release-util-fnd": "^3.0.0"
38
}
39
0 commit comments