Skip to content
This repository has been archived by the owner on Jul 9, 2021. It is now read-only.

Commit

Permalink
Merge pull request #356 from 0xProject/lerna-ignore
Browse files Browse the repository at this point in the history
Ignore test files and markdown files changes on publish
  • Loading branch information
LogvinovLeon committed Feb 5, 2018
2 parents 6a9d3de + 890f414 commit 44cd185
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

0 comments on commit 44cd185

Please sign in to comment.