Skip to content

Commit

Permalink
Correctly handle pod installation errors
Browse files Browse the repository at this point in the history
Before, if something went wrong with `pod install`, the build would simply continue.
  • Loading branch information
swansontec committed Apr 23, 2021
1 parent a447578 commit 57c7801
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions postinstall.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/bash
set -e

# The `usb` and 'node-hid' modules doesn't properly install on some boxes:
mkdir -p node_modules/usb
Expand Down

0 comments on commit 57c7801

Please sign in to comment.