Skip to content

Commit

Permalink
ci: change order
Browse files Browse the repository at this point in the history
  • Loading branch information
kasvith committed Mar 4, 2024
1 parent f3ba2a8 commit 17f116f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:
- name: npm install, build, lint and test
run: |
npm ci
npm run lint
npm run dev:prepare
npm run lint
npm run prepack
env:
CI: true

0 comments on commit 17f116f

Please sign in to comment.