Skip to content

Commit

Permalink
fix: use npm script instead of direct astro cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
zenlex committed Feb 10, 2024
1 parent 913ad6c commit b91c9b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/frontend-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ jobs:
- name: install frontend dependencies
run: npm ci
- name: build astro
run: astro build
run: npm run build

0 comments on commit b91c9b8

Please sign in to comment.