mirror of
https://github.com/vale981/tridactyl
synced 2025-03-05 09:31:41 -05:00
build: fail build if scripts fail
This commit is contained in:
parent
844feb4edf
commit
07d94d5906
1 changed files with 2 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
|||
#!/bin/sh
|
||||
|
||||
set -e
|
||||
|
||||
PATH=$(npm bin):"$PATH"
|
||||
export PATH
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue