Skip to content

Commit

Permalink
feat: add runPubGetOffline and runPubGetOffline to melos.yaml sch…
Browse files Browse the repository at this point in the history
…ema (#51)
  • Loading branch information
bramp authored Jan 2, 2024
1 parent 41e17d1 commit c5fc37f
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions melos.yaml.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,9 +101,20 @@
"type": "boolean",
"description": "Whether to run `pub get` in parallel during bootstrapping."
},
"runPubGetOffline": {
"type": "boolean",
"description": "Whether to attempt to run `pub get` in offline mode during bootstrapping."
},
"hooks": {
"description": "Hooks to run at certain points of the command lifecycle.",
"allOf": [{ "$ref": "#/$defs/commonHooks" }]
},
"dependencyOverridePaths": {
"type": "array",
"description": "A list of paths to local packages relative to the workspace directory that should be added to each workspace package's dependency overrides. Each entry can be a specific path or a glob pattern.",
"items": {
"type": "string"
}
}
}
},
Expand Down

0 comments on commit c5fc37f

Please sign in to comment.