From 42814fd6eaee03ed984594b8a57d0042613e3e7d Mon Sep 17 00:00:00 2001 From: otherview Date: Sat, 20 Jan 2024 01:11:26 +0000 Subject: [PATCH] yarn lock --- deploy-local.sh | 2 +- deploy.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/deploy-local.sh b/deploy-local.sh index c6f94c8..63fdd09 100755 --- a/deploy-local.sh +++ b/deploy-local.sh @@ -119,7 +119,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" . -yarn && yarn build +yarn install --skip-integrity-check && yarn build echo "build is complete but files are not being served - use serve -s build -l 80 -n" diff --git a/deploy.sh b/deploy.sh index 572c1a9..255532b 100755 --- a/deploy.sh +++ b/deploy.sh @@ -129,7 +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" . -yarn && yarn build && serve -s build -l 80 -n +yarn install --skip-integrity-check && yarn build && serve -s build -l 80 -n