Skip to content

Commit

Permalink
lil release script
Browse files Browse the repository at this point in the history
  • Loading branch information
jdan committed Apr 27, 2020
1 parent 7232be4 commit bfdd0ec
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 @@ -8,7 +8,8 @@
},
"scripts": {
"build": "node build.js",
"deploy:docs": "npm run build && gh-pages -d dist"
"deploy:docs": "npm run build && gh-pages -d dist",
"release": "npm run build && npm publish"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit bfdd0ec

Please sign in to comment.