10000 add publish script · highlightjs/vue-plugin@d20c243 · GitHub
[go: up one dir, main page]

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

Lines changed: 2 additions & 1 deletion
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)
0