...
This commit is contained in:
4
build.sh
4
build.sh
@@ -1,6 +1,10 @@
|
|||||||
#/bin/bash
|
#/bin/bash
|
||||||
set -ex
|
set -ex
|
||||||
|
|
||||||
|
BASE_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )"
|
||||||
|
cd ${BASE_DIR}
|
||||||
|
|
||||||
|
|
||||||
echo "Starting build..."
|
echo "Starting build..."
|
||||||
|
|
||||||
hero installers -n zola
|
hero installers -n zola
|
||||||
|
|||||||
3
start.sh
3
start.sh
@@ -1,6 +1,9 @@
|
|||||||
#/bin/bash
|
#/bin/bash
|
||||||
set -ex
|
set -ex
|
||||||
|
|
||||||
|
BASE_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )"
|
||||||
|
cd ${BASE_DIR}
|
||||||
|
|
||||||
hero installers -n zola
|
hero installers -n zola
|
||||||
|
|
||||||
# initialized and configures tailwind if not configured
|
# initialized and configures tailwind if not configured
|
||||||
|
|||||||
Reference in New Issue
Block a user