0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-01-20 22:12:38 -05:00
astro/lerna.json

11 lines
161 B
JSON
Raw Normal View History

{
2021-05-03 12:26:10 -06:00
"ignoreChanges": ["**/test/**", "**/*.md"],
"useWorkspaces": true,
2021-09-14 22:04:39 -07:00
"version": "4.0.0",
"command": {
"run": {
"npmClient": "yarn"
}
}
}