Skip to content

Commit

Permalink
ci: use ci command (#12167)
Browse files Browse the repository at this point in the history
  • Loading branch information
ematipico authored Oct 9, 2024
1 parent 8e500f2 commit 22c70a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
run: pnpm run build

- name: Lint
run: pnpm run lint
run: pnpm run lint:ci

test:
name: "Test: ${{ matrix.os }} (node@${{ matrix.NODE_VERSION }})"
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
"test:e2e:hosts": "turbo run test:hosted",
"benchmark": "astro-benchmark",
"lint": "biome lint && eslint . --report-unused-disable-directives",
"lint:ci": "biome ci --formatter-enabled=false --organize-imports-enabled=false --reporter=github && eslint . --report-unused-disable-directives",
"lint:fix": "biome lint --write --unsafe",
"version": "changeset version && node ./scripts/deps/update-example-versions.js && pnpm install --no-frozen-lockfile && pnpm run format",
"preinstall": "npx only-allow pnpm"
Expand Down

0 comments on commit 22c70a2

Please sign in to comment.