Skip to content

Commit

Permalink
Add a republish script
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiodxa committed Dec 11, 2016
1 parent b50c532 commit de8b9c7
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 @@ -4,7 +4,8 @@
"description": "A High-Order Component to connect React and Socket.io",
"main": "build/index.js",
"scripts": {
"build": "babel lib --out-dir build"
"build": "babel lib --out-dir build",
"prepublish": "npm run build"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit de8b9c7

Please sign in to comment.