Skip to content

Commit

Permalink
docs: add missing --all argument to contributing.md (vuejs#121)
Browse files Browse the repository at this point in the history
  • Loading branch information
vityas-off authored and yyx990803 committed Oct 6, 2019
1 parent f58e5e9 commit 7c4eea6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 7c4eea6

Please sign in to comment.