1
0
Fork 0
freesewing/lerna.json
2021-03-07 10:28:21 +01:00

16 lines
337 B
JSON

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