Skip to content

Commit

Permalink
added prepare script
Browse files Browse the repository at this point in the history
  • Loading branch information
pranesh239 committed Jan 7, 2020
1 parent 5b3d9bd commit c4f3e6e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
{
"name": "use-key-capture",
"version": "0.0.1-beta.1",
"version": "0.0.1-beta.2",
"main": "dist",
"license": "MIT",
"scripts": {
"build": "rimraf dist && babel src --out-dir dist"
"build": "rimraf dist && babel src --out-dir dist",
"prepare": "yarn build",
"postpublish": "git push --tags"
},
"devDependencies": {
"@babel/cli": "^7.7.7",
Expand Down

0 comments on commit c4f3e6e

Please sign in to comment.