How to build and deploy a frontend canister without using dfx build/dfx deploy? (I want to build a frontend canister without prior building of its dependencies.)
- put dependency canister ids in the right env vars or in
.env dfx generateor similar if requirednpm run buildicx-asset syncto upload the files
But since this change it’s probably easier to just not declare the dependencies…
1 Like