Make Dfx build command build canisters in parallel #3857
ByronBecker
started this conversation in
Feature Requests
Replies: 1 comment
-
I encourage you to try https://github.com/chenyan2002/mops-cli. Just run |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
For larger projects, it can take on the order of minutes to build a larger canister. Projects with 7-10 canisters then take a long time to build, especially if one wants to spin up a local environment for testing or frontend development.
It would be much faster if running
dfx build
would build all canisters in the project in parallel.Beta Was this translation helpful? Give feedback.
All reactions