Skip to content

Commit f87b004

Browse files
committed
Remove npm-run-all
1 parent b163b4c commit f87b004

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
@@ -20,7 +20,7 @@
2020
"faucet": "bin/faucet"
2121
},
2222
"scripts": {
23-
"test": "npm-run-all --parallel lint test:unit",
23+
"test": "npm run lint && npm run test:unit",
2424
"test:unit": "node --test ./test/test_*.js",
2525
"lint": "eslint --cache ./lib ./bin/* ./test ./test/bin/* && echo ✓"
2626
},
@@ -33,7 +33,6 @@
3333
},
3434
"devDependencies": {
3535
"eslint-config-fnd": "^1.13.0",
36-
"npm-run-all": "^4.1.5",
3736
"release-util-fnd": "^3.0.0"
3837
}
3938
}

0 commit comments

Comments
 (0)