We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a577db commit b314c24Copy full SHA for b314c24
1 file changed
.github/workflows/push.yaml
@@ -15,6 +15,9 @@ jobs:
15
- name: Install dependencies
16
run: npm install
17
18
+ - name: Generate Prisma client
19
+ run: npm run prisma:generate
20
+
21
- name: Build
22
run: npm run build
23
0 commit comments