Skip to content

Commit c2cdc7b

Browse files
authored
chore: fixes to build.yaml (#17)
1 parent 31460d6 commit c2cdc7b

File tree

4 files changed

+2
-6
lines changed

4 files changed

+2
-6
lines changed

analysis_options.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ linter:
3131
- avoid_void_async
3232
- directives_ordering
3333
- discarded_futures
34-
- library_private_types_in_public_api
3534
- omit_local_variable_types
3635
- parameter_assignments
3736
- prefer_asserts_with_message

build.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,3 @@ builders:
77
- ".dart_tool/firebase/functions.yaml"
88
auto_apply: root_package
99
build_to: source
10-
runs_before: []

example/firestore_test/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
targets:
22
$default:
33
builders:
4-
firebase_functions|spec:
4+
firebase_functions|spec_builder:
55
enabled: true

example/with_options/build.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
targets:
22
$default:
33
builders:
4-
firebase_functions|spec:
4+
firebase_functions|spec_builder:
55
enabled: true
6-
generate_for:
7-
- lib/**

0 commit comments

Comments
 (0)