This commit is contained in:
2024-09-19 11:29:43 +04:00
parent 5ca148abd9
commit dc1ab5a376
2 changed files with 7 additions and 0 deletions

View File

@@ -1,6 +1,10 @@
#/bin/bash
set -ex
BASE_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )"
cd ${BASE_DIR}
echo "Starting build..."
hero installers -n zola

View File

@@ -1,6 +1,9 @@
#/bin/bash
set -ex
BASE_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )"
cd ${BASE_DIR}
hero installers -n zola
# initialized and configures tailwind if not configured