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 8d478ac commit a2592d9Copy full SHA for a2592d9
package.json
@@ -5,7 +5,7 @@
5
"type": "module",
6
"scripts": {
7
"dev": "vite",
8
- "build": "tsc -b --no-error && vite build",
+ "build": "tsc -b --noEmitOnError false && vite build",
9
"lint": "eslint .",
10
"preview": "vite preview",
11
"predeploy": "npm run build",
0 commit comments