Skip to content

Commit

Permalink
fixes ci
Browse files Browse the repository at this point in the history
  • Loading branch information
arch1995 committed Oct 7, 2024
1 parent e3154f7 commit f7c0fef
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 @@ -25,7 +25,7 @@ jobs:
run: npm ci

- name: Build & Lint
run: npm run lint && npm run build
run: npm run build && npm run lint

- name: Test Development
run: npm run test
Expand Down

0 comments on commit f7c0fef

Please sign in to comment.