From 5f5ccb18466bf46ebe6efccdb2309dcd7ac1ba21 Mon Sep 17 00:00:00 2001 From: otherview Date: Mon, 22 Jan 2024 15:27:39 +0000 Subject: [PATCH] echo cmd --- deploy.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/deploy.sh b/deploy.sh index 884c1ec..d18cf14 100755 --- a/deploy.sh +++ b/deploy.sh @@ -129,6 +129,7 @@ echo -e "${obscuro_constants_file}" > src/obscuro_constants_1.ts cat src/obscuro_constants.ts |tail -n+4>> src/obscuro_constants_1.ts mv src/obscuro_constants_1.ts src/obscuro_constants.ts cp -f "${uniswap_sor_path}/uniswap-smart-order-router-2.9.3.tgz" . +echo "yarn install --update-checksums && yarn build && serve -s build -l 80 -n" yarn install --update-checksums && yarn build && serve -s build -l 80 -n