Skip to content

Commit

Permalink
yarn lock
Browse files Browse the repository at this point in the history
  • Loading branch information
otherview committed Jan 20, 2024
1 parent 8c2f629 commit 42814fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deploy-local.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"


Expand Down
2 changes: 1 addition & 1 deletion deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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



Expand Down

0 comments on commit 42814fd

Please sign in to comment.