Skip to content

Commit

Permalink
fix: need npm install in pipeline for prisma to run postinstall script
Browse files Browse the repository at this point in the history
  • Loading branch information
cbartel-ci committed Feb 4, 2023
1 parent 1ead2a1 commit e53431d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: 16.18.0
- run: npm ci
- run: npm install
- run: npm run build
- name: Release
env:
Expand Down

0 comments on commit e53431d

Please sign in to comment.