diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 97f48a7..32f0959 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -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