Skip to content

Commit

Permalink
fix; build
Browse files Browse the repository at this point in the history
  • Loading branch information
Maddiaa0 committed Oct 28, 2024
1 parent dc4a658 commit 09e4941
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yarn-project/bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ if [ "$CMD" = "clean" ]; then
fi

# Generate l1-artifacts before creating lock file
(cd l1-artifacts && yarn generate)
(cd l1-artifacts && bash ./scripts/generate-artifacts.sh)

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

0 comments on commit 09e4941

Please sign in to comment.