Skip to content

Commit

Permalink
Added command to release versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafael Miranda committed Jan 10, 2019
1 parent 803c4e9 commit 09d3bcc
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 @@ -20,7 +20,8 @@
],
"scripts": {
"build": "[ -d ./dist ] && rm -R ./dist; webpack --mode=production",
"lint": "eslint src"
"lint": "eslint src",
"release": "npm run build && release-it"
},
"readme": "https://github.com/openplayerjs/openplayerjs-youtube/blob/master/README.md",
"devDependencies": {
Expand Down

0 comments on commit 09d3bcc

Please sign in to comment.