1
0
Fork 0
freesewing/lerna.json

25 lines
382 B
JSON
Raw Normal View History

{
2024-02-11 13:30:18 +01:00
"version": "3.2.0-rc.0",
2019-04-19 09:53:40 +02:00
"npmClient": "yarn",
"command": {
"publish": {
2023-09-30 14:59:01 +02:00
"ignoreChanges": [
"ignored-file",
"*.md"
],
2019-10-12 16:13:04 +02:00
"message": "release: Publish %s"
},
"bootstrap": {
2023-09-30 14:59:01 +02:00
"npmClientArgs": [
"--no-package-lock"
]
}
},
2023-09-30 14:59:01 +02:00
"packages": [
"designs/*",
"packages/*",
"plugins/*",
"sites/*"
]
}