Skip to content

Commit

Permalink
Change build command to npm in release-pontos.yml
Browse files Browse the repository at this point in the history
The command has been changed from `node run build` to
`npm run build`.
  • Loading branch information
timopollmeier authored Sep 11, 2023
1 parent e87db41 commit 70a6550
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-pontos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
node-version: "14"
cache: "npm"
- name: Build dist files
run: node run build
run: npm run build
- name: Create tarballs
run: |
tar -C build -czvf gsa-dist-${{ needs.release.outputs.release-version }}.tar.gz .
Expand Down

0 comments on commit 70a6550

Please sign in to comment.