Skip to content

Commit adbb01f

Browse files
chore: remove npm-run-all2 (#561)
Co-authored-by: Haoqun Jiang <[email protected]>
1 parent 425d42a commit adbb01f

File tree

2 files changed

+1
-68
lines changed

2 files changed

+1
-68
lines changed

package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"format": "prettier --write --cache .",
2525
"lint": "eslint --cache .",
2626
"typecheck": "tsc -p scripts --noEmit && tsc -p playground --noEmit",
27-
"test": "run-s test-serve test-build",
27+
"test": "pnpm test-serve && pnpm test-build",
2828
"test-serve": "vitest run -c vitest.config.e2e.ts",
2929
"test-build": "VITE_TEST_BUILD=1 vitest run -c vitest.config.e2e.ts",
3030
"test-build-without-plugin-commonjs": "VITE_TEST_WITHOUT_PLUGIN_COMMONJS=1 pnpm test-build",
@@ -53,7 +53,6 @@
5353
"execa": "^9.5.2",
5454
"fs-extra": "^11.3.0",
5555
"lint-staged": "^15.5.0",
56-
"npm-run-all2": "^7.0.2",
5756
"picocolors": "^1.1.1",
5857
"playwright-chromium": "^1.51.1",
5958
"prettier": "3.5.3",

pnpm-lock.yaml

-66
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)