|
16 | 16 | }, |
17 | 17 | "type": "module", |
18 | 18 | "scripts": { |
19 | | - "build": "echo 'no build — publish-only repo'", |
20 | | - "check": "node scripts/check.mts", |
| 19 | + "build": "echo 'no build \u2014 publish-only repo'", |
| 20 | + "check": "node scripts/fleet/check.mts", |
21 | 21 | "check:paths": "node scripts/fleet/check-paths.mts", |
22 | 22 | "clean": "node scripts/clean.mts", |
23 | 23 | "cover": "COVERAGE=true pnpm exec vitest run --coverage --config .config/vitest.config.mts", |
24 | 24 | "fix": "node scripts/fleet/fix.mts", |
25 | 25 | "format": "oxfmt -c .config/fleet/oxfmtrc.json --write .", |
26 | 26 | "format:check": "oxfmt -c .config/fleet/oxfmtrc.json --check .", |
27 | | - "lint": "node scripts/lint.mts", |
28 | | - "prepare": "node scripts/fleet/install-git-hooks.mts && node scripts/install-git-hooks.mts", |
29 | | - "publish": "node scripts/publish.mts", |
30 | | - "publish:ci": "node scripts/publish.mts --tag ${DIST_TAG:-latest}", |
31 | | - "publish:dry": "node scripts/publish.mts --dry-run", |
| 27 | + "lint": "node scripts/fleet/lint.mts", |
| 28 | + "prepare": "node scripts/fleet/install-git-hooks.mts && node scripts/fleet/install-git-hooks.mts", |
| 29 | + "publish": "node scripts/fleet/publish.mts", |
| 30 | + "publish:ci": "node scripts/fleet/publish.mts --tag ${DIST_TAG:-latest}", |
| 31 | + "publish:dry": "node scripts/fleet/publish.mts --dry-run", |
32 | 32 | "security": "node scripts/fleet/security.mts", |
33 | 33 | "setup": "node .claude/hooks/setup-security-tools/index.mts", |
34 | | - "test": "node scripts/test.mts", |
| 34 | + "test": "node scripts/fleet/test.mts", |
35 | 35 | "type": "tsgo --noEmit -p tsconfig.check.json", |
36 | 36 | "update": "node scripts/fleet/update.mts", |
37 | 37 | "lockstep": "node scripts/fleet/lockstep.mts", |
|
0 commit comments