gitignore cache
This commit is contained in:
@@ -3,8 +3,15 @@
|
||||
set -o pipefail
|
||||
set -e
|
||||
|
||||
pushd ./json-resume/
|
||||
bash ./build.sh
|
||||
popd
|
||||
|
||||
if ! which firebase; then
|
||||
echo curl -sL https://firebase.tools | upgrade=true bash
|
||||
f="$(mktemp)"
|
||||
curl -sL https://firebase.tools > "$f"
|
||||
export upgrade=true
|
||||
sudo bash "$f"
|
||||
fi
|
||||
|
||||
outdir=./deploy
|
||||
|
||||
Reference in New Issue
Block a user