Skip to content

Commit

Permalink
double install
Browse files Browse the repository at this point in the history
  • Loading branch information
otherview committed Jan 22, 2024
1 parent 5f5ccb1 commit 8261148
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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" .
yarn install --update-checksums
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

Expand Down

0 comments on commit 8261148

Please sign in to comment.