Skip to content
This repository has been archived by the owner on Jun 27, 2022. It is now read-only.

Commit

Permalink
prepublish script runs build on local npm install / publish
Browse files Browse the repository at this point in the history
  • Loading branch information
gre committed Nov 20, 2017
1 parent 734b8d9 commit b45888b
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 @@ -50,6 +50,7 @@
"bootstrap": "flow-typed install -s",
"test": "node test/tests-node.js",
"build": "./scripts/build.sh",
"prepublish": "npm run build",
"watch": "babel src -d lib -w",
"prettier": "prettier --write 'src/**/*.js'",
"lint": "eslint src",
Expand Down

0 comments on commit b45888b

Please sign in to comment.