Skip to content

Commit

Permalink
Change prepublishOnly to prepack
Browse files Browse the repository at this point in the history
  • Loading branch information
ogonkov committed Jul 27, 2020
1 parent a1ba499 commit c224d33
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 @@ -34,7 +34,7 @@
"build": "rm -rf es && babel src --out-dir=es",
"preversion": "npm test",
"postversion": "git push && git push --tags",
"prepublishOnly": "npm run build"
"prepack": "npm run build"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit c224d33

Please sign in to comment.