We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a9de98 commit f7addb1Copy full SHA for f7addb1
package.json
@@ -4,8 +4,8 @@
4
"private": true,
5
"type": "module",
6
"scripts": {
7
- "build": "vp build",
8
- "build:ssr": "vp build && vp build --ssr",
+ "build": "vue-tsc && vp build",
+ "build:ssr": "vue-tsc && vp build && vp build --ssr",
9
"dev": "vp dev",
10
"format": "vp fmt",
11
"lint": "vp lint",
0 commit comments