add type checking script
This commit is contained in:
@@ -7,6 +7,7 @@
|
|||||||
"build": "vite build",
|
"build": "vite build",
|
||||||
"serve": "vite preview",
|
"serve": "vite preview",
|
||||||
"test": "vitest",
|
"test": "vitest",
|
||||||
|
"types": "tsc --noEmit",
|
||||||
"lint": "eslint --ext .ts,.js,.vue --ignore-path .gitignore --fix src",
|
"lint": "eslint --ext .ts,.js,.vue --ignore-path .gitignore --fix src",
|
||||||
"pwa:asset": "npx vue-pwa-asset-generator -a public/img/logo.png --no-manifest"
|
"pwa:asset": "npx vue-pwa-asset-generator -a public/img/logo.png --no-manifest"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user