Skip to content

Commit

Permalink
Add step to install npm dependencies in release-pontos.yml (#3866)
Browse files Browse the repository at this point in the history
  • Loading branch information
timopollmeier authored Sep 11, 2023
1 parent 03dfdd1 commit 64923e4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release-pontos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ jobs:
with:
node-version: "14"
cache: "npm"
- name: Install npm dependencies
run: npm install
- name: Build dist files
run: npm run build
- name: Create tarballs
Expand Down

0 comments on commit 64923e4

Please sign in to comment.