forked from MapComplete/MapComplete
Merge branch 'develop' into fix/1539
This commit is contained in:
commit
966b88d13d
2 changed files with 2 additions and 3 deletions
1
.github/workflows/deploy_pietervdvn.yml
vendored
1
.github/workflows/deploy_pietervdvn.yml
vendored
|
@ -2,7 +2,6 @@ name: Deployment on pietervdvn
|
|||
on:
|
||||
push:
|
||||
branches:
|
||||
- develop
|
||||
- feature/*
|
||||
- theme/*
|
||||
- refactoring/*
|
||||
|
|
|
@ -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
|
||||
|
@ -43,7 +43,7 @@ else
|
|||
echo "$ASSET_URL"
|
||||
fi
|
||||
|
||||
export NODE_OPTIONS=--max-old-space-size=6500
|
||||
export NODE_OPTIONS=--max-old-space-size=32768
|
||||
vite build $SRC_MAPS
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue