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
commit 44cd185c66
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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