Skip to content

Commit dc93a65

Browse files
committed
tweak scripts
1 parent 7c15b76 commit dc93a65

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,14 @@
44
"description": "wrap a vue component as a web component.",
55
"main": "dist/vue-wc-wrapper.js",
66
"unpkg": "dist/vue-wc-wrapper.global.js",
7+
"files": [
8+
"dist"
9+
],
710
"scripts": {
811
"test": "jest",
912
"lint": "eslint src",
1013
"build": "rollup -c",
11-
"pretest": "yarn build"
14+
"prepare": "rollup -c"
1215
},
1316
"repository": {
1417
"type": "git",

0 commit comments

Comments
 (0)