1
0
Fork 0
freesewing/lerna.json
Joost De Cock f5595a4563 🔖 v2.0.1
2019-09-02 07:25:26 +02:00

16 lines
338 B
JSON

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