From da881cbaaf577da170af1db9ad9c1e39ac307fcf Mon Sep 17 00:00:00 2001 From: Rodrigo Rodriguez Date: Tue, 4 Jan 2022 21:55:43 -0300 Subject: [PATCH] fix(all): Migration to Linus. --- deploy.sh | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/deploy.sh b/deploy.sh index 509be345..5f63a8bd 100644 --- a/deploy.sh +++ b/deploy.sh @@ -82,21 +82,7 @@ echo "[General Bots Deployer] Transpiling..." eval ./node_modules/typescript/bin/tsc -v eval ./node_modules/typescript/bin/tsc -p "$DEPLOYMENT_SOURCE" -# 3. Install default.gbui npm packages -if [ -e "$DEPLOYMENT_SOURCE/packages/default.gbui/package.json" ]; then - echo "[General Bots Deployer] Running npm install for default.gbui..." - cd "$DEPLOYMENT_SOURCE/packages/default.gbui" - eval npm install - exitWithMessageOnError "npm failed" - echo "[General Bots Deployer] Building react app..." - eval npm run build - cd .. - echo "[General Bots Deployer] OK." - exitWithMessageOnError "react build failed" - cd - > /dev/null -fi - -echo "[General Bots Deployer] Deployment Finished." +echo "[General Bots Deployer] OK." # 4. KuduSync if [[ "$IN_PLACE_DEPLOYMENT" -ne "1" ]]; then