1
0
Fork 0
freesewing/lerna.json
2020-08-08 17:20:08 +02:00

16 lines
343 B
JSON

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