astro/lerna.json
Fred K. Schott c3e7b7f37d fred fixes
2021-10-22 16:25:36 -06:00

10 lines
161 B
JSON

{
"ignoreChanges": ["**/test/**", "**/*.md"],
"useWorkspaces": true,
"version": "4.0.0",
"command": {
"run": {
"npmClient": "yarn"
}
}
}