docs: add missing --all argument to contributing.md (#121)
This commit is contained in:
parent
f58e5e96f2
commit
7c4eea6048
2
.github/contributing.md
vendored
2
.github/contributing.md
vendored
@ -66,7 +66,7 @@ Packages to build can be specified with fuzzy matching:
|
|||||||
yarn build runtime-core
|
yarn build runtime-core
|
||||||
|
|
||||||
# build all packages matching "runtime"
|
# build all packages matching "runtime"
|
||||||
yarn build runtime
|
yarn build runtime --all
|
||||||
```
|
```
|
||||||
|
|
||||||
By default, each package will be built in multiple distribution formats as specified in the `buildOptions.formats` field in its `package.json`. These can be overwritten via the `-f` flag. The following formats are supported:
|
By default, each package will be built in multiple distribution formats as specified in the `buildOptions.formats` field in its `package.json`. These can be overwritten via the `-f` flag. The following formats are supported:
|
||||||
|
Loading…
Reference in New Issue
Block a user