Skip to content

Commit

Permalink
run postinstall manually
Browse files Browse the repository at this point in the history
  • Loading branch information
Serhii Chernenko committed Dec 16, 2024
1 parent e8d18e3 commit c9d25e5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@ jobs:

- name: Install dependencies
if: steps.npm-cache.outputs.cache-hit != 'true'
run: npm ci
run: |
npm ci
npm run postinstall
- name: Deploy with nuxthub
working-directory: ./src/apps/app
Expand Down

0 comments on commit c9d25e5

Please # to comment.