protocol/lerna.json
Lawrence Forman 0ce6243653 update @0x/tools deps
skip kyber bridge tests
ignore some contract packages in tests by default
update package deps
update README, CI, and GH configs
2020-10-20 20:53:39 -04:00

13 lines
294 B
JSON

{
"lerna": "3.0.0-beta.23",
"packages": ["*"],
"version": "independent",
"command": {
"publish": {
"ignoreChanges": ["test/**/*", "*.md", "scripts", "lib", "tslint.json", "tsconfig.json"]
}
},
"npmClient": "yarn",
"useWorkspaces": true
}