Skip to content

Commit

Permalink
Build dev before lint + typecheck
Browse files Browse the repository at this point in the history
Required to have access to `.nuxt/` generated things
  • Loading branch information
bcspragu committed Jan 25, 2024
1 parent 2f02fdc commit 462dbcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ jobs:
working-directory: frontend
run: |
npm ci
npm run build:dev
npm run lint
npm run typecheck
npm run build:dev
- name: Run all builds and tests
run: |
Expand Down

0 comments on commit 462dbcd

Please sign in to comment.