Skip to content

Commit

Permalink
fix github deploy action
Browse files Browse the repository at this point in the history
  • Loading branch information
halbekanne committed Dec 15, 2023
1 parent 17baf72 commit d6e9e1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
cache: 'npm'

- name: Install dependencies
run: npm ci
run: npm ci && npm run postinstall

- name: Run tests
run: npm run test
Expand Down

0 comments on commit d6e9e1c

Please sign in to comment.