Skip to content

Commit 3541f58

Browse files
committed
Include the preinstall script in the playground package
1 parent 9fd71f5 commit 3541f58

File tree

1 file changed

+2
-1
lines changed
  • src/template/playground/config/packages/playground

1 file changed

+2
-1
lines changed

src/template/playground/config/packages/playground/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"type-check": "vue-tsc --build",
77
"build:only": "vite build",
88
"build": "run-p -c type-check \"build:only {@}\" --",
9-
"preview": "vite preview --port 4051"
9+
"preview": "vite preview --port 4051",
10+
"preinstall": "node ../../scripts/preinstall.js"
1011
},
1112
"dependencies": {
1213
"vue": "^3.5.13"

0 commit comments

Comments
 (0)