Skip to content

Commit

Permalink
fix: pnpm run command web check errors
Browse files Browse the repository at this point in the history
  • Loading branch information
hywax committed Aug 10, 2024
1 parent b828223 commit b4f9776
Showing 1 changed file with 1 addition 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 @@ -37,7 +37,7 @@ jobs:
run: pnpm run typecheck

- name: Check i18n errors
run: pnpm run script:compare-i18n-errors
run: pnpm --filter @shorter/web script:compare-i18n-errors

- name: Build
run: pnpm run build

0 comments on commit b4f9776

Please sign in to comment.