|
36 | 36 | "build": "node scripts/build.mjs", |
37 | 37 | "publish:sea": "node scripts/publish-sea.mjs", |
38 | 38 | "check": "node scripts/check.mjs", |
39 | | - "check-ci": "pnpm run check", |
| 39 | + "check-ci": "pnpm run check --all", |
40 | 40 | "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", |
43 | 44 | "cover": "node scripts/cover.mjs", |
44 | 45 | "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", |
47 | 48 | "prepare": "husky", |
48 | 49 | "bs": "pnpm run build --src; pnpm exec socket --", |
49 | 50 | "s": "pnpm exec socket --", |
50 | 51 | "test": "node scripts/test.mjs", |
51 | 52 | "test:validate": "node scripts/validate-tests.mjs", |
52 | 53 | "test:wrapper": "node scripts/test-wrapper.mjs", |
53 | | - "test-ci": "run-s test:*", |
| 54 | + "test-ci": "pnpm run test --all", |
54 | 55 | "testu": "dotenvx -q run -f .env.test -- run-s pretest:unit; pnpm run test:unit:update --", |
55 | 56 | "testuf": "dotenvx -q run -f .env.test -- pnpm run test:unit:update --", |
56 | 57 | "update": "run-p --aggregate-output update:*", |
|
135 | 136 | "ink-table": "3.1.0", |
136 | 137 | "js-yaml": "npm:@zkochan/js-yaml@0.0.10", |
137 | 138 | "knip": "5.63.1", |
138 | | - "lint-staged": "16.1.6", |
139 | 139 | "magic-string": "0.30.19", |
140 | 140 | "meow": "13.2.0", |
141 | 141 | "micromatch": "4.0.8", |
|
0 commit comments