Skip to content

Commit

Permalink
echo cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
otherview committed Jan 22, 2024
1 parent 7a54c75 commit 5f5ccb1
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" .
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 5f5ccb1

Please sign in to comment.