Skip to content

Commit 5dd4e4a

Browse files
committed
chore(scripts): update package.json scripts to scripts/fleet/ paths
1 parent dfe1042 commit 5dd4e4a

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,22 +16,22 @@
1616
},
1717
"type": "module",
1818
"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",
2121
"check:paths": "node scripts/fleet/check-paths.mts",
2222
"clean": "node scripts/clean.mts",
2323
"cover": "COVERAGE=true pnpm exec vitest run --coverage --config .config/vitest.config.mts",
2424
"fix": "node scripts/fleet/fix.mts",
2525
"format": "oxfmt -c .config/fleet/oxfmtrc.json --write .",
2626
"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",
3232
"security": "node scripts/fleet/security.mts",
3333
"setup": "node .claude/hooks/setup-security-tools/index.mts",
34-
"test": "node scripts/test.mts",
34+
"test": "node scripts/fleet/test.mts",
3535
"type": "tsgo --noEmit -p tsconfig.check.json",
3636
"update": "node scripts/fleet/update.mts",
3737
"lockstep": "node scripts/fleet/lockstep.mts",

0 commit comments

Comments
 (0)