Skip to content

Commit

Permalink
fix: docker fast
Browse files Browse the repository at this point in the history
  • Loading branch information
Maddiaa0 committed Oct 28, 2024
1 parent bbe6d06 commit dc4a658
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion yarn-project/bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,12 @@ CMD=${1:-}
if [ "$CMD" = "clean" ]; then
git clean -fdx
exit 0
elif [ "$CMD" = "full" ]; then
fi

# Generate l1-artifacts before creating lock file
(cd l1-artifacts && yarn generate)

if [ "$CMD" = "full" ]; then
yarn install --immutable
yarn build
exit 0
Expand Down

0 comments on commit dc4a658

Please sign in to comment.