Skip to content

Commit

Permalink
fix(package): test before publish
Browse files Browse the repository at this point in the history
  • Loading branch information
calebmer committed Apr 29, 2016
1 parent dafe431 commit 649eff0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"schema-up": "npm --prefix examples/forum run schema-up",
"schema-down": "npm --prefix examples/forum run schema-down",
"start": "scripts/start.sh",
"prepublish": "scripts/build.sh"
"prepublish": "npm test && scripts/build.sh"
},
"dependencies": {
"bluebird": "^3.3.4",
Expand Down

0 comments on commit 649eff0

Please sign in to comment.