mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-05-17 12:45:58 +08:00
18 lines
228 B
YAML
18 lines
228 B
YAML
name: gitjournal
|
|
repository: https://github.com/GitJournal/GitJournal
|
|
|
|
packages:
|
|
- .
|
|
- packages/*
|
|
|
|
ide:
|
|
intellij: false
|
|
|
|
command:
|
|
bootstrap:
|
|
usePubspecOverrides: true
|
|
|
|
scripts:
|
|
analyze:
|
|
exec: flutter analyze .
|