1 Star 0 Fork 1

局局局鱼鱼鱼/flutter_ume

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
melos.yaml 888 Bytes
一键复制 编辑 原始数据 按行查看 历史
sunkai.dev 提交于 2023-01-12 14:36 . [feat] Add melos.yaml
name: byte_live_demo
packages:
- kits/flutter_ume_kit_*
- example
- custom_plugin_example
- .
command:
bootstrap:
usePubspecOverrides: true
runPubGetInParallel: false
scripts:
run:demo:
run: |
melos exec -c 6 --fail-fast -- \
"flutter run"
description: Run demo app.
select-package:
scope:
- 'example'
build:example_android:
run: |
melos exec -c 6 --fail-fast -- \
"flutter build apk --no-pub"
description: Build a specific example app for Android.
select-package:
dir-exists:
- android
scope:
- 'example'
build:example_ios:
run: |
melos exec -c 6 --fail-fast -- \
"flutter build ios --no-codesign --no-pub"
description: Build a specific example app for iOS.
select-package:
dir-exists:
- ios
scope:
- 'example'
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Dart
1
https://gitee.com/435230471/flutter_ume.git
git@gitee.com:435230471/flutter_ume.git
435230471
flutter_ume
flutter_ume
master

搜索帮助