mnemo_cards/games/melos.yaml

20 lines
445 B
YAML
Raw Permalink Normal View History

2025-11-10 23:55:41 +00:00
name: flutter_webview_bridge_repo
packages:
- packages/bridge_core
- packages/payloads_shared
- packages/payloads_host
- packages/payloads_app1
2025-12-07 00:27:37 +00:00
- packages/game_tests
2025-11-10 23:55:41 +00:00
- apps/host_app
- apps/web_app1
scripts:
bootstrap:
description: Bootstrap all packages
run: melos bootstrap
test:
description: Run tests in all packages
run: melos run test
build:
description: Build all packages
run: melos run build