Skip to content

Commit

Permalink
add publish script
Browse files Browse the repository at this point in the history
  • Loading branch information
joshgoebel committed Mar 24, 2021
1 parent d16f164 commit d20c243
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"main": "src/vue.js",
"scripts": {
"build": "rollup -c",
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"Error: no test specified\" && exit 1",
"publish": "npm publish --access public"
},
"type": "module",
"author": "Josh Goebel <[email protected]>",
Expand Down

0 comments on commit d20c243

Please sign in to comment.