Change build script to abort if tup fails
This commit is contained in:
parent
e4b971c8ad
commit
13121e0481
1 changed files with 1 additions and 1 deletions
2
build
2
build
|
@ -1,4 +1,4 @@
|
|||
#!/bin/sh
|
||||
tup
|
||||
tup || exit
|
||||
rm -rf blog/*
|
||||
lua build.lua --copy css --copy javascript --output blog
|
||||
|
|
Loading…
Reference in a new issue