Skip to content

Commit

Permalink
Add build script to prepublish
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Jan 18, 2018
1 parent 721653e commit 7949adf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -18,7 +18,7 @@
"test": "npm run test:only",
"clean": "rimraf dist",
"react": "enzyme-adapter-react-install 16",
"prepublish": "safe-publish-latest"
"prepublish": "safe-publish-latest && npm run build"
},
"dependencies": {
"airbnb-prop-types": "^2.8.1",
Expand Down

0 comments on commit 7949adf

Please sign in to comment.