Skip to content

Commit

Permalink
ci: fix some scripts of melos.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
leynier committed May 30, 2021
1 parent 60dac82 commit b5a9596
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 9 deletions.
4 changes: 2 additions & 2 deletions melos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ packages:

scripts:
build:
run: melos exec "flutter pub run build_runner build --delete-conflicting-outputs"
run: melos exec -c 1 "flutter pub get && flutter pub run build_runner build --delete-conflicting-outputs"

test:
run: melos exec -c 1 "flutter test"

environment:
sdk: ">=2.12.0 <3.0.0"
sdk: '>=2.12.0 <3.0.0'

dev_dependencies:
lint: ^1.5.3
2 changes: 1 addition & 1 deletion packages/apklis_dio_web_api/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version: 0.0.1+1
homepage: https://github.com/fluttercuba/apklis-dart-flutter

environment:
sdk: ">=2.12.0 <3.0.0"
sdk: '>=2.12.0 <3.0.0'

dependencies:
apklis_web_api: ^0.0.1+2
Expand Down
8 changes: 5 additions & 3 deletions packages/apklis_direct_payment_checker/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,17 @@ description: Demuestra cómo utilizar el paquete apklis_direct_payment_checker.
publish_to: 'none'

environment:
sdk: ">=2.12.0 <3.0.0"
flutter: ">=1.20.0"
sdk: '>=2.12.0 <3.0.0'
flutter: '>=1.20.0'

dependencies:
apklis_direct_payment_checker: ^0.0.0
apklis_direct_payment_checker:
path: ../
flutter:
sdk: flutter

dev_dependencies:
build_runner: ^2.0.4
flutter_test:
sdk: flutter
lint: ^1.5.3
Expand Down
3 changes: 2 additions & 1 deletion packages/apklis_direct_payment_checker/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,15 @@ homepage: https://github.com/fluttercuba/apklis-dart-flutter

environment:
sdk: '>=2.12.0 <3.0.0'
flutter: ">=1.20.0"
flutter: '>=1.20.0'

dependencies:
flutter:
sdk: flutter
package_info_plus: ^1.0.1

dev_dependencies:
build_runner: ^2.0.4
flutter_test:
sdk: flutter
lint: ^1.5.3
Expand Down
2 changes: 1 addition & 1 deletion packages/apklis_http_web_api/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version: 0.0.1
homepage: https://github.com/fluttercuba/apklis-dart-flutter

environment:
sdk: ">=2.12.0 <3.0.0"
sdk: '>=2.12.0 <3.0.0'

dependencies:
apklis_web_api: ^0.0.1+2
Expand Down
2 changes: 1 addition & 1 deletion packages/apklis_web_api/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ version: 0.0.1+2
homepage: https://github.com/fluttercuba/apklis-dart-flutter

environment:
sdk: ">=2.12.0 <3.0.0"
sdk: '>=2.12.0 <3.0.0'

dependencies:
freezed_annotation: ^0.14.2
Expand Down

0 comments on commit b5a9596

Please sign in to comment.