Skip to content

Commit

Permalink
chore: update build script to only fetch main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Myphz committed Jun 24, 2024
1 parent ea968c7 commit 5ac907f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
git clone https://github.com/Myphz/wwwallet-fe.git
git clone -b main --single-branch https://github.com/Myphz/wwwallet-fe.git
cd wwwallet-fe
npm ci --include=dev
npm run build
cd ..
rm -rf wwwallet-fe/
rm -rf wwwallet-fe/

0 comments on commit 5ac907f

Please sign in to comment.