Skip to content

Commit e53431d

Browse files
committed
fix: need npm install in pipeline for prisma to run postinstall script
1 parent 1ead2a1 commit e53431d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
uses: actions/setup-node@v3
2222
with:
2323
node-version: 16.18.0
24-
- run: npm ci
24+
- run: npm install
2525
- run: npm run build
2626
- name: Release
2727
env:

0 commit comments

Comments
 (0)