1
0
Fork 0
freesewing/lerna.json

16 lines
350 B
JSON
Raw Normal View History

{
2023-04-19 19:49:36 +02:00
"version": "3.0.0-alpha.9",
2019-04-19 09:53:40 +02:00
"npmClient": "yarn",
"command": {
"publish": {
2022-10-08 04:03:01 +02:00
"ignoreChanges": ["ignored-file", "*.md"],
2019-10-12 16:13:04 +02:00
"message": "release: Publish %s"
},
"bootstrap": {
2022-10-08 04:03:01 +02:00
"npmClientArgs": ["--no-package-lock"]
}
},
2022-10-08 04:03:01 +02:00
"packages": ["designs/*", "packages/*", "plugins/*", "sites/*"],
2019-04-19 09:53:40 +02:00
"useWorkspaces": true
}