Skip to content

Commit

Permalink
fix: lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
terwer committed Nov 8, 2024
1 parent ffec3c7 commit 016e3ec
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 @@ -41,7 +41,7 @@ jobs:
run: pnpm install

- name: Lint for TypeScript errors
run: pnpm i vue-tsc -D && vue-tsc --noEmit
run: pnpm lint

- name: Build for production
run: pnpm build

0 comments on commit 016e3ec

Please sign in to comment.