Skip to content

Commit cedbd44

Browse files
committed
build: Remove npm-run-all
1 parent bd14d65 commit cedbd44

2 files changed

Lines changed: 7 additions & 181 deletions

File tree

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"lint": "eslint --ext .ts ./lib ./test",
2828
"build": "tsc -p tsconfig.build.json",
2929
"clean": "node -e \"['./coverage', './dist'].forEach(entry => require('fs').rmSync(entry, { recursive: true, force: true }));\"",
30-
"preversion": "run-s clean lint test build",
30+
"preversion": "yarn clean && yarn lint && yarn test && yarn build",
3131
"prepare": "husky install"
3232
},
3333
"dependencies": {
@@ -42,7 +42,6 @@
4242
"eslint-config-prettier": "^10.1.8",
4343
"eslint-plugin-prettier": "^5.5.4",
4444
"husky": "^7.0.0",
45-
"npm-run-all": "^4.1.5",
4645
"prettier": "^2.7.1",
4746
"pretty-quick": "^3.1.3",
4847
"tsx": "^4.20.6",

0 commit comments

Comments
 (0)