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