Skip to content

Commit 97dbf03

Browse files
committed
re-install npm-run-all2 package
1 parent 1e03a8e commit 97dbf03

File tree

2 files changed

+116
-27
lines changed

2 files changed

+116
-27
lines changed

package-lock.json

Lines changed: 113 additions & 25 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@
1919
"build:cjs": "tsc -p ./tsconfig.cjs.json",
2020
"build:esm": "tsc -p ./tsconfig.esm.json",
2121
"build:umd": "vite build",
22-
"prepare": "npm run clean && npm run build",
22+
"prepare": "run-s clean build",
2323
"clean": "node -e '[`lib`, `esm`, `umd`, `.cjs.tsbuildinfo`, `.esm.tsbuildinfo`].forEach(path => { fs.rmSync(path, {recursive:true, force:true}) })'",
2424
"test": "vitest run --coverage",
2525
"test:update": "vitest run --updateSnapshot --no-cache",
26-
"lint": "npm run lint:biome && npm run lint:tsc",
26+
"lint": "run-p lint:*",
2727
"lint:biome": "biome check .",
2828
"lint:tsc": "tsc -p ./tsconfig.eslint.json",
2929
"format": "biome check --write ."
@@ -42,6 +42,7 @@
4242
"devDependencies": {
4343
"@biomejs/biome": "1.8.3",
4444
"@vitest/coverage-v8": "2.0.5",
45+
"npm-run-all2": "6.2.2",
4546
"typescript": "5.5.4",
4647
"vite": "5.3.5",
4748
"vitest": "2.0.5"

0 commit comments

Comments
 (0)