1
0
Fork 0
freesewing/lerna.json
2023-04-19 19:49:36 +02:00

15 lines
350 B
JSON

{
"version": "3.0.0-alpha.9",
"npmClient": "yarn",
"command": {
"publish": {
"ignoreChanges": ["ignored-file", "*.md"],
"message": "release: Publish %s"
},
"bootstrap": {
"npmClientArgs": ["--no-package-lock"]
}
},
"packages": ["designs/*", "packages/*", "plugins/*", "sites/*"],
"useWorkspaces": true
}