We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5afdfb commit 1dcdb1eCopy full SHA for 1dcdb1e
.github/workflows/release.yaml
@@ -17,3 +17,5 @@ jobs:
17
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
18
with:
19
build-command: pnpm build
20
+ lint-command: prisma:generate && pnpm build
21
+ test-command: pnpm test:coverage
0 commit comments