Skip to content

Commit

Permalink
-
Browse files Browse the repository at this point in the history
  • Loading branch information
yairEO committed Jan 20, 2021
1 parent 4c42efe commit 1d4e283
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"commit:patch": "npm version patch --no-git-tag-version --force",
"commit:minor": "npm version minor --no-git-tag-version --force",
"commit:major": "npm version major --no-git-tag-version --force",
"prepublishOnly": "npm run start && git add . && git commit -am '[BUILD]'"
"prepublishOnly": "npm run start"
},
"author": {
"name": "Yair Even-Or",
Expand Down

0 comments on commit 1d4e283

Please sign in to comment.