Skip to content

Commit

Permalink
Remove postinstall from build pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-va committed Apr 17, 2024
1 parent 45d780b commit 931d884
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ jobs:
${{ runner.os }}-npm-
- name: Install node dependencies
run: npm ci
- name: Run postinstall
run: npm run postinstall
- name: Generate prisma types
run: |
cd apps/server-asset-sg/
Expand Down

0 comments on commit 931d884

Please sign in to comment.