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 d9515e6 commit 19e8d6eCopy full SHA for 19e8d6e
package.json
@@ -4,7 +4,7 @@
4
"description": "image optimization for faucet-pipeline",
5
"main": "index.js",
6
"scripts": {
7
- "test": "npm-run-all --parallel lint test:cli",
+ "test": "npm run lint && npm run test:cli",
8
"test:cli": "./test/run",
9
"test:prepare": "./test/prepare",
10
"lint": "eslint --cache index.js test && echo ✓"
@@ -31,7 +31,6 @@
31
"eslint-config-fnd": "^1.13.0",
32
"file-type-cli": "^6.0.0",
33
"json-diff": "^1.0.0",
34
- "npm-run-all": "^4.1.5",
35
"release-util-fnd": "^3.0.0"
36
}
37
0 commit comments