Fix location of dev build
This commit is contained in:
parent
81d0e8d7bf
commit
c21ef304de
2 changed files with 1 additions and 2 deletions
|
@ -32,7 +32,7 @@ then
|
|||
echo "Source maps are enabled"
|
||||
fi
|
||||
|
||||
if [ $BRANCH = "master" ]
|
||||
if [ $BRANCH = "master" ] || [ $BRANCH = "develop" ]
|
||||
then
|
||||
ASSET_URL="./"
|
||||
export ASSET_URL
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue