1
0
Fork 0
freesewing/lerna.json
Joost De Cock 23f70b4b59 release: FreeSewing 2.20.7
This fixes an issue in our workbench component that caused an error for
people using our development environment.
2022-02-20 19:35:36 +01:00

23 lines
385 B
JSON

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