Ignore test files and markdown files changes on publish

This commit is contained in:
Leonid Logvinov 2018-01-31 18:35:56 +01:00
parent 6682abf89d
commit f09393d4f4
No known key found for this signature in database
GPG Key ID: 0DD294BFDE8C95D4

View File

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