File tree Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 1+ ## 0.7.6
2+
3+ - Fix: docs
4+
15## 0.7.5
26
37- Feat: Command suggestions by prefix
Original file line number Diff line number Diff line change 1- library script_runner;
2-
31import 'dart:io' ;
42import 'dart:math' as math;
53
Original file line number Diff line number Diff line change 11name : script_runner
22description : Run all your project-related scripts in a portable, simple config.
3- version : 0.7.5
3+ version : 0.7.6
44homepage : https://casraf.dev/projects/dart-script-runner
55repository : https://github.com/chenasraf/dart_script_runner
66license : MIT
@@ -25,8 +25,8 @@ script_runner:
2525 # Real
2626 # ================================================================================
2727 - auto-fix : dart fix --apply
28- - publish : dart format .; dart pub publish
29- - publish:dry : dart pub publish --dry-run
28+ - publish : dart format .; dart doc && dart pub publish
29+ - publish:dry : dart doc --dry-run && dart pub publish --dry-run
3030 - doc : dart doc
3131 - name : version
3232 cmd : dart run btool get packageVersion
You can’t perform that action at this time.
0 commit comments