1
0
Fork 0
freesewing/lerna.json
2020-10-17 17:24:40 +02:00

16 lines
337 B
JSON

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