meta: Made build script work even when no past build has been ran
This commit is contained in:
parent
56b06a6a6d
commit
8293435cb9
1 changed files with 1 additions and 1 deletions
2
build.sh
2
build.sh
|
@ -4,7 +4,7 @@ set -e;
|
||||||
|
|
||||||
# Clean up last build
|
# Clean up last build
|
||||||
|
|
||||||
rm -r public/;
|
[ -e public/ ] && rm -r public/;
|
||||||
|
|
||||||
# Build the website
|
# Build the website
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue