am-editor-001/lerna.json

13 lines
183 B
JSON
Raw Normal View History

2021-11-03 19:58:08 +08:00
{
"version": "independent",
"npmClient": "yarn",
"useWorkspaces": true,
"ignoreChanges": [
"**/*.md",
"**/*.test.ts",
"**/*.e2e.ts",
"**/fixtures/**",
"**/test/**"
]
}