1
0
Fork 0
freesewing/lerna.json
2020-11-15 17:31:11 +01:00

16 lines
337 B
JSON

{
"version": "2.10.6",
"npmClient": "yarn",
"command": {
"publish": {
"ignoreChanges": ["ignored-file", "*.md"],
"message": "release: Publish %s"
},
"bootstrap": {
"ignore": "component-*",
"npmClientArgs": ["--no-package-lock"]
}
},
"packages": ["packages/*"],
"useWorkspaces": true
}