Skip to content
Open
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions packages/freezed/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ targets:
- test/**/*
options:
format: true
run_only_if_triggered: true
source_gen|combining_builder:
options:
ignore_for_file:
Expand All @@ -25,3 +26,9 @@ builders:
auto_apply: dependents
build_to: source
runs_before: ["json_serializable|json_serializable"]

triggers:
freezed:freezed:
- annotation Freezed
- annotation freezed
- annotation unfreezed
Loading