Skip to content

Commit 898ec72

Browse files
committed
add pub generation command on script
1 parent 9a19db7 commit 898ec72

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

bin/dart-jaguar-petstore.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,7 @@ java $JAVA_OPTS -jar $executable $ags
4141

4242
# The current petstore test will then work for both: the browser library and the vm library.
4343

44+
cd samples/client/petstore/dart-jaguar/swagger
45+
pub run build_runner build --delete-conflicting-outputs
46+
cd ../flutter_petstore/swagger
47+
pub run build_runner build --delete-conflicting-outputs

0 commit comments

Comments
 (0)