Ignore test files and markdown files changes on publish
This commit is contained in:
parent
6682abf89d
commit
f09393d4f4
@ -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"]
|
||||||
|
}
|
||||||
|
},
|
||||||
"npmClient": "yarn",
|
"npmClient": "yarn",
|
||||||
"useWorkspaces": true
|
"useWorkspaces": true
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user