Skip to content

Commit

Permalink
Merge branch 'dev' into docs/flutter/readme
Browse files Browse the repository at this point in the history
  • Loading branch information
validcube authored Nov 11, 2023
2 parents 3ddb9c9 + 08a18e0 commit ceacf6c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Generate translation with Slang
run: dart run slang
- name: Generate files with Builder
run: flutter packages pub run build_runner build --delete-conflicting-outputs
run: dart run build_runner build --delete-conflicting-outputs
- name: Build with Flutter
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Generate translation with Slang
run: dart run slang
- name: Generate files with Builder
run: flutter packages pub run build_runner build --delete-conflicting-outputs
run: dart run build_runner build --delete-conflicting-outputs
- name: Build with Flutter
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion docs/4_building.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ This page will guide you through building ReVanced Manager from source.
5. Delete conflicting outputs

```sh
flutter packages pub run build_runner build --delete-conflicting-outputs
dart run build_runner build --delete-conflicting-outputs
```

> [!Note]
Expand Down

0 comments on commit ceacf6c

Please sign in to comment.