Skip to content

Commit 532e451

Browse files
authored
multi line scripts (#11)
1 parent 2a64b66 commit 532e451

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,10 @@ scripts:
184184
# And different script for the windows platform.
185185
$windows: rd /s /q app\cache
186186
# now "rps clear" will work on any platform!
187+
# want to run multi line script, here is an example
188+
reset: |
189+
flutter clean
190+
flutter pub get
187191
188192
# the rest of your pubspec file...
189193
dependencies:

0 commit comments

Comments
 (0)