From: vityas-off Date: Sun, 6 Oct 2019 02:35:15 +0000 (+0300) Subject: docs: add missing --all argument to contributing.md (#121) X-Git-Tag: v3.0.0-alpha.0~589 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7c4eea6048c0f18e065b0ad92ee40e5ba9f87b25;p=thirdparty%2Fvuejs%2Fcore.git docs: add missing --all argument to contributing.md (#121) --- diff --git a/.github/contributing.md b/.github/contributing.md index f7fd73a600..8f1eb4d5bc 100644 --- a/.github/contributing.md +++ b/.github/contributing.md @@ -66,7 +66,7 @@ Packages to build can be specified with fuzzy matching: yarn build runtime-core # 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: