1 Star 2 Fork 1

LeanFlutter/auto_updater

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
melos.yaml 840 Bytes
一键复制 编辑 原始数据 按行查看 历史
lijy91 提交于 2024-03-30 14:57 +08:00 . chore: Move source code to packages/auto_updater
name: auto_updater_workspace
repository: https://github.com/leanflutter/auto_updater
packages:
- examples/**
- packages/**
command:
bootstrap:
# Uses the pubspec_overrides.yaml instead of having Melos modifying the lock file.
usePubspecOverrides: true
scripts:
analyze:
exec: flutter analyze --fatal-infos
description: Run `flutter analyze` for all packages.
test:
exec: flutter test
description: Run `flutter test` for a specific package.
packageFilters:
dirExists:
- test
format:
exec: dart format . --fix
description: Run `dart format` for all packages.
format-check:
exec: dart format . --fix --set-exit-if-changed
description: Run `dart format` checks for all packages.
fix:
exec: dart fix . --apply
description: Run `dart fix` for all packages.
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/leanflutter/auto_updater.git
git@gitee.com:leanflutter/auto_updater.git
leanflutter
auto_updater
auto_updater
main

搜索帮助