Skip to content

Commit 78b0f9d

Browse files
committed
remove npm-run-all package
1 parent ebe521b commit 78b0f9d

File tree

2 files changed

+8
-222
lines changed

2 files changed

+8
-222
lines changed

www/package.json

+2-3
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@
1515
"test:watch": "vitest",
1616
"test:coverage": "vitest run --coverage",
1717
"test:ui": "vitest --ui",
18-
"lint": "run-p lint:format lint:js lint:css",
18+
"lint": "concurrently \"yarn lint:format\" \"yarn lint:js\" \"yarn lint:css\"",
1919
"lint:format": "prettier --check ./src",
2020
"lint:js": "eslint",
2121
"lint:css": "stylelint src/**/*.css",
22-
"fix": "run-s fix:format fix:js fix:css",
22+
"fix": "yarn fix:format && yarn fix:js && yarn fix:css",
2323
"fix:format": "prettier --write ./src",
2424
"fix:js": "eslint --fix",
2525
"fix:css": "stylelint src/**/*.css --fix",
@@ -162,7 +162,6 @@
162162
"husky": "8.0.3",
163163
"jsdom": "23.0.1",
164164
"lint-staged": "15.2.0",
165-
"npm-run-all": "4.1.5",
166165
"prettier": "3.0.3",
167166
"react-error-boundary": "4.0.11",
168167
"rollup-plugin-polyfill-node": "0.12.0",

0 commit comments

Comments
 (0)