astro/lerna.json

11 lines
161 B
JSON
Raw Normal View History

{
2021-05-03 18:26:10 +00:00
"ignoreChanges": ["**/test/**", "**/*.md"],
"useWorkspaces": true,
2021-09-15 05:04:39 +00:00
"version": "4.0.0",
"command": {
"run": {
"npmClient": "yarn"
}
}
}