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 f554c89 commit 81272bfCopy full SHA for 81272bf
.stackblitzrc
@@ -0,0 +1,4 @@
1
+{
2
+ "installDependencies": true,
3
+ "startCommand": "pnpm serve"
4
+}
package.json
@@ -12,7 +12,7 @@
12
"build:demo": "vue-cli-service build",
13
"docs": "node ./scripts/docs.js",
14
"postinstall": "node ./scripts/postinstall.js",
15
- "prepare": "pnpm run build"
+ "prepublishOnly": "pnpm run build"
16
},
17
"main": "dist/index.cjs.min.js",
18
"module": "dist/index.esm.min.js",
0 commit comments