Skip to content

Commit 304512b

Browse files
authored
Merge pull request #1839 from progfay/remove-npm-run-all2
remove `npm-run-all2`
2 parents a320859 + 59f0792 commit 304512b

File tree

2 files changed

+1
-224
lines changed

2 files changed

+1
-224
lines changed

package-lock.json

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

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"prepare": "npm run build",
2323
"test": "node --experimental-default-config-file --test --experimental-test-coverage",
2424
"test:update": "npm test -- --experimental-test-snapshots",
25-
"lint": "run-p lint:*",
25+
"lint": "npm run lint:biome && npm run lint:tsc",
2626
"lint:biome": "biome check .",
2727
"lint:tsc": "tsc -p ./tsconfig.lint.json",
2828
"format": "biome check --write ."
@@ -41,7 +41,6 @@
4141
"devDependencies": {
4242
"@biomejs/biome": "1.9.4",
4343
"@types/node": "22.15.17",
44-
"npm-run-all2": "8.0.1",
4544
"tsdown": "0.11.1",
4645
"typescript": "5.8.3"
4746
},

0 commit comments

Comments
 (0)