Skip to content

Commit

Permalink
fix: docker fast (#9467)
Browse files Browse the repository at this point in the history
  • Loading branch information
Maddiaa0 authored Oct 28, 2024
1 parent 8e07de8 commit 34e6dd0
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 && bash ./scripts/generate-artifacts.sh)

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

0 comments on commit 34e6dd0

Please sign in to comment.