19 lines
421 B
YAML
19 lines
421 B
YAML
|
|
name: flutter_webview_bridge_repo
|
||
|
|
packages:
|
||
|
|
- packages/bridge_core
|
||
|
|
- packages/payloads_shared
|
||
|
|
- packages/payloads_host
|
||
|
|
- packages/payloads_app1
|
||
|
|
- 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
|