mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-15 06:35:20 -07:00
update: add typecheck command
This commit is contained in:
parent
5957079d3f
commit
13d0b48e56
1 changed files with 1 additions and 0 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue