Skip to content

Commit

Permalink
Add in build in parallel flag
Browse files Browse the repository at this point in the history
  • Loading branch information
Sheng Lundquist committed Aug 27, 2024
1 parent 2d15a37 commit 1a6fa72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ build-sol:
# forge build will do nothing if build-sol was previously run,
# but we put it here so this can be called individually
build-hyperdrivetypes:
forge build && pypechain --output-dir python/hyperdrivetypes/hyperdrivetypes/types --line-length 80 out/ && . scripts/set-hyperdrivetypes-version.sh
forge build && pypechain --output-dir python/hyperdrivetypes/hyperdrivetypes/types --line-length 80 --parallel out/ && . scripts/set-hyperdrivetypes-version.sh

### Test ###

Expand Down

0 comments on commit 1a6fa72

Please sign in to comment.