Skip to content
This repository has been archived by the owner on Oct 30, 2024. It is now read-only.

Commit

Permalink
Add prepublish script to ensure we build latest
Browse files Browse the repository at this point in the history
  • Loading branch information
grabbou committed Mar 2, 2018
1 parent 9496dfd commit 4640f5d
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,10 @@
"build": "bsb -make-world",
"start": "bsb -make-world -w",
"clean": "bsb -clean-world",
"prepublish": "npm run build",
"test": "exit 0"
},
"keywords": [
"router",
"react",
"reason",
"reasonml"
],
"keywords": ["router", "react", "reason", "reasonml"],
"repository": {
"type": "git",
"url": "git+https://github.com/callstack/reroute.git"
Expand Down

1 comment on commit 4640f5d

@grabbou
Copy link
Contributor Author

@grabbou grabbou commented on 4640f5d Mar 2, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh snap, this is deprecated (just got deprecation warnings as of npm@5). Will need to update it at some point.

Please sign in to comment.