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 9fd71f5 commit 3541f58Copy full SHA for 3541f58
src/template/playground/config/packages/playground/package.json
@@ -6,7 +6,8 @@
6
"type-check": "vue-tsc --build",
7
"build:only": "vite build",
8
"build": "run-p -c type-check \"build:only {@}\" --",
9
- "preview": "vite preview --port 4051"
+ "preview": "vite preview --port 4051",
10
+ "preinstall": "node ../../scripts/preinstall.js"
11
},
12
"dependencies": {
13
"vue": "^3.5.13"
0 commit comments