Skip to content

Commit

Permalink
docs: added scripts in yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
rithik-dev committed Oct 8, 2024
1 parent 60e4c3e commit 81215b3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ environment:
sdk: ">=2.17.0 <4.0.0"
flutter: ">=1.9.1"

scripts:
pre_publish: dart format .; flutter pub publish --dry-run
publish_skip_validation: flutter pub publish --skip-validation
publish: flutter pub publish

dependencies:
flutter:
sdk: flutter
Expand Down

0 comments on commit 81215b3

Please sign in to comment.