Merge pull request #36 from ej52/develop
fix: increase yarn timeout for slow networks
This commit is contained in:
@ -169,7 +169,7 @@ cp -r global/* /app/global
|
|||||||
log "Building frontend"
|
log "Building frontend"
|
||||||
cd ./frontend
|
cd ./frontend
|
||||||
export NODE_ENV=development
|
export NODE_ENV=development
|
||||||
runcmd yarn install
|
runcmd yarn install --network-timeout=30000
|
||||||
runcmd yarn build
|
runcmd yarn build
|
||||||
cp -r dist/* /app/frontend
|
cp -r dist/* /app/frontend
|
||||||
cp -r app-images/* /app/frontend/images
|
cp -r app-images/* /app/frontend/images
|
||||||
@ -194,7 +194,7 @@ EOF
|
|||||||
fi
|
fi
|
||||||
cd /app
|
cd /app
|
||||||
export NODE_ENV=development
|
export NODE_ENV=development
|
||||||
runcmd yarn install
|
runcmd yarn install --network-timeout=30000
|
||||||
|
|
||||||
# Create NPM service
|
# Create NPM service
|
||||||
log "Creating NPM service"
|
log "Creating NPM service"
|
||||||
|
Reference in New Issue
Block a user