Skip to content

Commit

Permalink
Add prepublish script
Browse files Browse the repository at this point in the history
  • Loading branch information
andstor committed Apr 4, 2019
1 parent a8119fd commit 375d1ca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"scripts": {
"build": "babel src -d lib",
"test": "jest",
"coverage": "jest --coverage"
"coverage": "jest --coverage",
"prepublish": "npm run build"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 375d1ca

Please sign in to comment.