Skip to content

Commit

Permalink
fixed share
Browse files Browse the repository at this point in the history
  • Loading branch information
maikelmclauflin committed Nov 15, 2020
1 parent 18d7934 commit 30de71c
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 @@ -10,7 +10,7 @@
"lint": "tslint -c tslint.json -p tsconfig.json",
"clean": "rm -rf ./dist ./coverage",
"test": "npm run build && jest --runInBand --coverage && coverage-shield --reportFile=coverage/clover.xml --destinationDir=coverage",
"share": "npm version patch && git push && npm publish"
"share": "git push && npm publish"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 30de71c

Please sign in to comment.