Skip to content

Commit

Permalink
Added script prepublishOnly
Browse files Browse the repository at this point in the history
  • Loading branch information
sonufrienko committed Aug 18, 2018
1 parent 11f71a9 commit 723dca8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
},
"scripts": {
"build": "babel src -d lib",
"prepublishOnly": "npm run build",
"lint": "eslint src",
"lint:fix": "eslint src --fix",
"prettier": "prettier --write \"src/**/*.js\"",
Expand Down

0 comments on commit 723dca8

Please sign in to comment.