skip kyber bridge tests ignore some contract packages in tests by default update package deps update README, CI, and GH configs
13 lines
294 B
JSON
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
|
|
}
|