refactor: replace deprecated command

This commit is contained in:
validcube 2023-11-11 17:14:54 +07:00 committed by aAbed
parent f785185e1c
commit c24da41505
4 changed files with 4 additions and 4 deletions

View file

@ -18,7 +18,7 @@ This page will guide you through building ReVanced Manager from source.
4. Delete conflicting outputs
```sh
flutter packages pub run build_runner build --delete-conflicting-outputs
dart run build_runner build --delete-conflicting-outputs
```
> [!Note]