Skip to content

Commit b900921

Browse files
authored
Add prisma:generate step to CI workflow
1 parent 8df33b0 commit b900921

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/node.js.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,5 @@ jobs:
2727
node-version: ${{ matrix.node-version }}
2828
cache: 'npm'
2929
- run: npm ci
30-
- run: npm run build --if-present
30+
- run: npm run prisma:generate
31+
- run: npm run build --if-present

0 commit comments

Comments
 (0)