Skip to content

Commit 19e8d6e

Browse files
committed
removed npm-run-all
1 parent d9515e6 commit 19e8d6e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "image optimization for faucet-pipeline",
55
"main": "index.js",
66
"scripts": {
7-
"test": "npm-run-all --parallel lint test:cli",
7+
"test": "npm run lint && npm run test:cli",
88
"test:cli": "./test/run",
99
"test:prepare": "./test/prepare",
1010
"lint": "eslint --cache index.js test && echo ✓"
@@ -31,7 +31,6 @@
3131
"eslint-config-fnd": "^1.13.0",
3232
"file-type-cli": "^6.0.0",
3333
"json-diff": "^1.0.0",
34-
"npm-run-all": "^4.1.5",
3534
"release-util-fnd": "^3.0.0"
3635
}
3736
}

0 commit comments

Comments
 (0)