-
Notifications
You must be signed in to change notification settings - Fork 30
Expand file tree
/
Copy pathmelos.yaml
More file actions
36 lines (28 loc) · 766 Bytes
/
melos.yaml
File metadata and controls
36 lines (28 loc) · 766 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: agent_dart_workspace
repository: https://github.com/AstroxNetwork/agent_dart
packages:
- packages/**
ignore:
- 'packages/agent_dart/cargokit/build_tool'
ide:
intellij:
enabled: true
moduleNamePrefix: ''
command:
bootstrap:
runPubGetInParallel: false
scripts:
analyze:
exec: flutter analyze .
description: Analyze a specific package in this project.
check-format:
exec: dart format --set-exit-if-changed .
description: Check the format of a specific package in this project.
format:
exec: dart format .
description: Format a specific package in this project.
publish-dry-run:
description: Publish dry-run all packages
exec: dart pub publish --dry-run
packageFilters:
noPrivate: true