We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e94dca3 commit 4f62523Copy full SHA for 4f62523
smoke/test_openapi/smoke.sh
@@ -24,11 +24,11 @@ pub global activate openapi_generator_cli
24
cd "openapi"
25
openapi-generator generate -i https://petstore.swagger.io/v2/swagger.json -g dart-dio
26
flutter pub get
27
- flutter pub run build_runner build --delete-conflicting-outputs --verbose
+ flutter pub run build_runner build --delete-conflicting-outputs
28
)
29
30
# Run the test
31
32
flutter pub upgrade
33
-flutter pub run build_runner build --delete-conflicting-outputs --verbose
+flutter pub run build_runner build --delete-conflicting-outputs
34
flutter pub run lib/test.dart
0 commit comments