Skip to content

Commit

Permalink
added build command
Browse files Browse the repository at this point in the history
  • Loading branch information
davronkhamdamov committed Feb 28, 2024
1 parent 420bea3 commit 10f9c8a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,7 @@ jobs:
node-version: ${{matrix.node-version}}
- name: Install dependencies
run: npm i
npx prisma build
npm run build
- name: Genereate prisma
run: npx prisma build
- name: Build next app
run: npm run build

0 comments on commit 10f9c8a

Please sign in to comment.