Skip to content

Commit

Permalink
[docs] Remove stale dependencies when running gclient. (flutter#33410)
Browse files Browse the repository at this point in the history
Add a reference to the -D argument to `gclient sync`.
  • Loading branch information
chinmaygarde authored May 17, 2022
1 parent edd0b81 commit fce741d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/licenses/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ latest upstream main and then run the following in this directory:

```
pub get
gclient sync
gclient sync -D
rm -rf ../../../out/licenses
dart lib/main.dart --src ../../.. --out ../../../out/licenses --golden ../../ci/licenses_golden
```
Expand Down

0 comments on commit fce741d

Please sign in to comment.