add type checking script

This commit is contained in:
Julien Calixte
2023-11-26 10:33:42 +01:00
parent 5d67de5bce
commit 086f7664df

View File

@@ -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"
}, },