Skip to content

Commit 010d11a

Browse files
committed
Update package.json scripts for unified approach
1 parent 63ab8c8 commit 010d11a

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -36,21 +36,22 @@
3636
"build": "node scripts/build.mjs",
3737
"publish:sea": "node scripts/publish-sea.mjs",
3838
"check": "node scripts/check.mjs",
39-
"check-ci": "pnpm run check",
39+
"check-ci": "pnpm run check --all",
4040
"lint": "node scripts/lint.mjs",
41-
"lint-ci": "pnpm run check --lint",
42-
"type-ci": "pnpm run check --type",
41+
"lint-ci": "pnpm run lint --all",
42+
"type": "node scripts/type.mjs",
43+
"type-ci": "pnpm run type --all",
4344
"cover": "node scripts/cover.mjs",
4445
"clean": "node scripts/clean.mjs",
45-
"fix": "pnpm run lint --fix",
46-
"precommit": "pnpm run lint --staged",
46+
"fix": "node scripts/lint.mjs --fix",
47+
"precommit": "pnpm run check --lint --staged",
4748
"prepare": "husky",
4849
"bs": "pnpm run build --src; pnpm exec socket --",
4950
"s": "pnpm exec socket --",
5051
"test": "node scripts/test.mjs",
5152
"test:validate": "node scripts/validate-tests.mjs",
5253
"test:wrapper": "node scripts/test-wrapper.mjs",
53-
"test-ci": "run-s test:*",
54+
"test-ci": "pnpm run test --all",
5455
"testu": "dotenvx -q run -f .env.test -- run-s pretest:unit; pnpm run test:unit:update --",
5556
"testuf": "dotenvx -q run -f .env.test -- pnpm run test:unit:update --",
5657
"update": "run-p --aggregate-output update:*",
@@ -135,7 +136,6 @@
135136
"ink-table": "3.1.0",
136137
"js-yaml": "npm:@zkochan/js-yaml@0.0.10",
137138
"knip": "5.63.1",
138-
"lint-staged": "16.1.6",
139139
"magic-string": "0.30.19",
140140
"meow": "13.2.0",
141141
"micromatch": "4.0.8",

0 commit comments

Comments
 (0)