Update start.sh
This commit is contained in:
parent
28ee620176
commit
d56798cafb
2
start.sh
2
start.sh
@ -1,7 +1,7 @@
|
|||||||
# builds if executable isn't foound
|
# builds if executable isn't foound
|
||||||
if [[ ! -f "tailwindcss" ]]
|
if [[ ! -f "tailwindcss" ]]
|
||||||
then
|
then
|
||||||
sh build.sh
|
bash build.sh
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# initialized and configures tailwind if not configured
|
# initialized and configures tailwind if not configured
|
||||||
|
Reference in New Issue
Block a user