Skip to content

Commit

Permalink
Add typechecking script
Browse files Browse the repository at this point in the history
  • Loading branch information
ccruzkauppila committed Jan 12, 2025
1 parent 373ec0f commit 56f3b64
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
"prettify": "prettier . --check",
"prettify:fix": "prettier . --write",
"cleancode:check": "pnpm lint & pnpm prettify",
"cleancode:fix": "pnpm lint:fix & pnpm prettify:fix"
"cleancode:fix": "pnpm lint:fix & pnpm prettify:fix",
"typecheck": "pnpm exec tsc --noEmit"
},
"dependencies": {
"@azure/storage-blob": "^12.24.0",
Expand Down

0 comments on commit 56f3b64

Please sign in to comment.