Skip to content

Commit

Permalink
fixup! github workflow: use npm
Browse files Browse the repository at this point in the history
  • Loading branch information
phlmn committed Jan 9, 2025
1 parent 19b6b6e commit 2922b67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
run: npm --prefix frontend/ install

- name: build frontend
run: npm --prefix frontend/ build
run: npm --prefix frontend/ run build

- name: create frontend archive
uses: ksm2/archive-action@v1
Expand Down

0 comments on commit 2922b67

Please sign in to comment.