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

Commit

Permalink
postinstall: fail if rebuild fails
Browse files Browse the repository at this point in the history
  • Loading branch information
juliangruber committed Feb 23, 2017
1 parent 6456f66 commit c9310d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ bundle () {
postinstall () {
printf '[scripts/build] installing app deps \n'
build_background
rebuild
rebuild || exit 1
bundle
}

Expand Down

0 comments on commit c9310d9

Please sign in to comment.