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 a548ffb commit a2da765Copy full SHA for a2da765
package.json
@@ -2,7 +2,7 @@
2
"private": true,
3
"type": "module",
4
"scripts": {
5
- "build": "vite build",
+ "build": "tsc && vite build",
6
"build:ssr": "vite build && vite build --ssr",
7
"dev": "vite",
8
"format": "prettier --write resources/",
0 commit comments