Skip to content

Commit 81215b3

Browse files
committed
docs: added scripts in yaml
1 parent 60e4c3e commit 81215b3

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

pubspec.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@ environment:
1515
sdk: ">=2.17.0 <4.0.0"
1616
flutter: ">=1.9.1"
1717

18+
scripts:
19+
pre_publish: dart format .; flutter pub publish --dry-run
20+
publish_skip_validation: flutter pub publish --skip-validation
21+
publish: flutter pub publish
22+
1823
dependencies:
1924
flutter:
2025
sdk: flutter

0 commit comments

Comments
 (0)