Skip to content

Commit ca1d28e

Browse files
authored
chore: knip first in CI (#14851)
1 parent 961b6c7 commit ca1d28e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"test:e2e:hosts": "turbo run test:hosted",
4141
"benchmark": "astro-benchmark",
4242
"lint": "biome lint && knip && eslint . --report-unused-disable-directives-severity=warn --concurrency=auto",
43-
"lint:ci": "biome ci --formatter-enabled=false --enforce-assist=false --reporter=github && eslint . --concurrency=auto --report-unused-disable-directives-severity=warn && knip",
43+
"lint:ci": "biome ci --formatter-enabled=false --enforce-assist=false --reporter=github && knip && eslint . --concurrency=auto --report-unused-disable-directives-severity=warn",
4444
"lint:fix": "biome lint --write --unsafe",
4545
"publint": "pnpm -r --filter=astro --filter=create-astro --filter=\"@astrojs/*\" --no-bail exec publint",
4646
"version": "changeset version && node ./scripts/deps/update-example-versions.js && pnpm install --no-frozen-lockfile && pnpm run format",

0 commit comments

Comments
 (0)