Skip to content

Commit

Permalink
Remove npm-run-all
Browse files Browse the repository at this point in the history
  • Loading branch information
moonglum committed Jan 27, 2025
1 parent ff08d70 commit cc0c099
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Sass for faucet-pipeline",
"main": "lib/index.js",
"scripts": {
"test": "npm-run-all --parallel lint test:cli",
"test": "npm run lint && npm run test:cli",
"test:cli": "./test/run",
"lint": "eslint --cache lib test && echo ✓"
},
Expand All @@ -31,7 +31,6 @@
"eslint-config-fnd": "^1.13.0",
"faucet-pipeline-static": "^2.0.0",
"json-diff": "^1.0.0",
"npm-run-all": "^4.1.5",
"release-util-fnd": "^3.0.0"
}
}

0 comments on commit cc0c099

Please sign in to comment.