-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
36 lines (33 loc) · 735 Bytes
/
pubspec.yaml
File metadata and controls
36 lines (33 loc) · 735 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
name: blackbox_workspace
environment:
sdk: ">=3.10.8 <4.0.0"
dev_dependencies:
melos: ^7.4.0
workspace:
- packages/blackbox_core
- packages/blackbox_annotations
- packages/blackbox_codegen
- packages/blackbox_flutter
- packages/blackbox_jaspr
- examples/blackbox_example
- examples/blackbox_jaspr_example
melos:
scripts:
analyze:
run: dart analyze .
exec:
concurrency: 1
test:
run: dart test
exec:
concurrency: 1
build:
run: dart run build_runner build --delete-conflicting-outputs
exec:
concurrency: 1
packageFilters:
dependsOn: build_runner
clean:
run: flutter clean || true
exec:
concurrency: 1