Skip to content

Commit 1d0cbf9

Browse files
committed
docs
1 parent 7ac8e39 commit 1d0cbf9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/cli-reference/dfx-build.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ Note that you can only run this command from within the project directory struct
1010

1111
The `dfx build` command looks for the source code to compile using the information you have configured under the `canisters` section in the `dfx.json` configuration file.
1212

13+
For compilation speed reasons, `dfx build` (and `dfx deploy`) don't recompile canisters, all dependencies of which are elder than the existing WebAssembly (from the previous compilation).
14+
1315
## Basic usage
1416

1517
``` bash

0 commit comments

Comments
 (0)