Skip to content

Commit

Permalink
chore: add typecheck script
Browse files Browse the repository at this point in the history
  • Loading branch information
becem-gharbi committed Mar 16, 2024
1 parent 42254e5 commit 1090cbb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@
"generate": "prisma generate && nuxt generate",
"preview": "nuxt preview",
"postinstall": "prisma generate && nuxt prepare",
"release": "npm run lint && npx nuxi typecheck && changelogen --release && git push --follow-tags",
"lint": "eslint ."
"release": "npm run lint && npm run typecheck && changelogen --release && git push --follow-tags",
"lint": "eslint .",
"typecheck": "nuxi typecheck"
},
"devDependencies": {
"@bg-dev/nuxt-auth": "2.4.6",
Expand Down

0 comments on commit 1090cbb

Please sign in to comment.