Fixed possible pathing issue
This commit is contained in:
parent
a383257bdd
commit
05d121b08b
1 changed files with 2 additions and 1 deletions
3
dist/predeploy-vanilla.sh
vendored
3
dist/predeploy-vanilla.sh
vendored
|
@ -1,7 +1,8 @@
|
|||
#!/bin/bash
|
||||
echo "Creating vanilla predeploy!"
|
||||
# Set path correclty
|
||||
if [[ $PWD == *"dist"* ]];
|
||||
echo "$PWD"
|
||||
if [[ $PWD == *"dist" ]];
|
||||
then cd ..
|
||||
fi
|
||||
# If .env exists, ignore it
|
||||
|
|
Reference in a new issue