1
0
Fork 0
freesewing/lerna.json
2023-05-08 01:34:29 -05:00

15 lines
351 B
JSON

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