Merge pull request #356 from 0xProject/lerna-ignore

Ignore test files and markdown files changes on publish
This commit is contained in:
Leonid
2018-02-05 11:26:31 +01:00
committed by GitHub

View File

@@ -2,6 +2,11 @@
"lerna": "2.5.1",
"packages": ["packages/*"],
"version": "independent",
"commands": {
"publish": {
"ignore": ["test/**/*", "*.md", "scripts", "lib", "tslint.json", "tsconfig.json"]
}
},
"npmClient": "yarn",
"useWorkspaces": true
}