Skip to content

Commit

Permalink
chore: Fix build_runner dependency graph
Browse files Browse the repository at this point in the history
  • Loading branch information
Dillon Nys committed May 10, 2023
1 parent 99f7cd6 commit 889a914
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/auth/amplify_auth_cognito_dart/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ targets:
compiler: dart2js
dart2js_args:
- --no-minify
dependencies:
- $default
release:
auto_apply_builders: false
builders:
Expand All @@ -35,6 +37,8 @@ targets:
dart2js_args:
- -O2
- --define=dart.vm.product=true
dependencies:
- $default
workers:
auto_apply_builders: false
builders:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ targets:
compiler: dart2js
dart2js_args:
- --no-minify
dependencies:
- $default
release:
auto_apply_builders: false
builders:
Expand All @@ -35,6 +37,8 @@ targets:
dart2js_args:
- -O2
- --define=dart.vm.product=true
dependencies:
- $default
workers:
auto_apply_builders: false
builders:
Expand Down

0 comments on commit 889a914

Please sign in to comment.