Skip to content

Commit

Permalink
update: add typecheck command
Browse files Browse the repository at this point in the history
  • Loading branch information
ThatGuySam committed Feb 11, 2025
1 parent 5957079 commit 13d0b48
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
"generate-postcss": "ENV=production postcss assets/css/tailwind.css --o static/tailwind.css",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore .",
"lint:fix": "eslint --fix --ext .js,.vue --ignore-path .gitignore .",
"typecheck": "tsc --noEmit",
"precommit": "pnpm run lint",
"clone-readme": "cp ./README.md README-temp.md",
"scan-new-apps": "pnpm exec vite-node scripts/scan-new-apps.js",
Expand Down

0 comments on commit 13d0b48

Please sign in to comment.