Skip to content

Commit

Permalink
fix: ci script
Browse files Browse the repository at this point in the history
  • Loading branch information
worgho2 committed May 22, 2024
1 parent b5f6460 commit bb07b4e
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 @@ -17,7 +17,7 @@ jobs:
node-version-file: '.nvmrc'

- name: Install dependencies, typecheck, lint, format, test
- run: |
run: |
npm ci
npm run typecheck
npm run lint
Expand Down

0 comments on commit bb07b4e

Please sign in to comment.