Skip to content

Commit

Permalink
fix: fix typo in prepublishOnly script
Browse files Browse the repository at this point in the history
  • Loading branch information
armand1m authored and wesleytodd committed Jul 23, 2020
1 parent 88f4322 commit a383313
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 @@ -17,7 +17,7 @@
},
"scripts": {
"test": "standard && mocha",
"prepublushOnly": "npm t",
"prepublishOnly": "npm t",
"postpublish": "git push origin && git push origin --tags"
},
"devDependencies": {
Expand Down

0 comments on commit a383313

Please sign in to comment.