We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2592d9 commit a956cf0Copy full SHA for a956cf0
package.json
@@ -5,7 +5,8 @@
5
"type": "module",
6
"scripts": {
7
"dev": "vite",
8
- "build": "tsc -b --noEmitOnError false && vite build",
+ "build": "vite build",
9
+ "type-check": "tsc -b",
10
"lint": "eslint .",
11
"preview": "vite preview",
12
"predeploy": "npm run build",
0 commit comments