build: fail build if scripts fail

This commit is contained in:
Colin Caine 2017-11-20 18:13:26 +00:00
parent 844feb4edf
commit 07d94d5906

View file

@ -1,5 +1,7 @@
#!/bin/sh
set -e
PATH=$(npm bin):"$PATH"
export PATH