0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-30 22:03:56 -05:00
astro/lerna.json

11 lines
161 B
JSON
Raw Normal View History

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