File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,8 @@ workflows:
2121 source : true
2222 scripts :
2323 - flutter packages pub get
24+ - flutter create sample
25+ - cd sample && flutter pub get && cd ../
2426 - |
2527 #!/usr/bin/env bash
2628 build(){
@@ -60,6 +62,7 @@ workflows:
6062 source : true
6163 scripts :
6264 - flutter packages pub get
65+ - flutter precache
6366 - |
6467 #!/usr/bin/env bash
6568 build(){
@@ -99,6 +102,7 @@ workflows:
99102 source : true
100103 scripts :
101104 - flutter packages pub get
105+ - flutter precache
102106 - |
103107 #!/usr/bin/env bash
104108 build(){
@@ -138,6 +142,7 @@ workflows:
138142 source : true
139143 scripts :
140144 - flutter packages pub get
145+ - flutter precache
141146 - |
142147 #!/usr/bin/env bash
143148 build(){
@@ -177,6 +182,7 @@ workflows:
177182 source : true
178183 scripts :
179184 - flutter packages pub get
185+ - flutter precache
180186 - |
181187 #!/usr/bin/env bash
182188 build(){
You can’t perform that action at this time.
0 commit comments