Skip to content

Commit d20c243

Browse files
committed
add publish script
1 parent d16f164 commit d20c243

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
"main": "src/vue.js",
66
"scripts": {
77
"build": "rollup -c",
8-
"test": "echo \"Error: no test specified\" && exit 1"
8+
"test": "echo \"Error: no test specified\" && exit 1",
9+
"publish": "npm publish --access public"
910
},
1011
"type": "module",
1112
"author": "Josh Goebel <hello@joshgoebel.com>",

0 commit comments

Comments
 (0)