Skip to content

Commit

Permalink
add tsc to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
thanhdanh27600 committed Sep 13, 2023
1 parent 761320f commit ea4c3c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,5 @@ jobs:
SECRET_PASSPHRASE: ${{ secrets.SECRET_PASSPHRASE }}
- run: npm i
- run: npm run lint
- run: npm run tsc
- run: npm run test
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"build": "next build",
"start": "next start",
"lint": "next lint",
"tsc": "tsc",
"db:push": "prisma db push",
"gen": "prisma generate",
"migrate": "prisma migrate deploy"
Expand Down

0 comments on commit ea4c3c0

Please sign in to comment.