Skip to content

Commit

Permalink
ci: introduce ignoreChanges for lerna (#5cjc7n)
Browse files Browse the repository at this point in the history
  • Loading branch information
matzeeable committed May 19, 2020
1 parent 613bcd7 commit b120277
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,20 @@
"message": "chore(release): publish [ci skip]",
"allowBranch": "master"
}
}
},
"ignoreChanges": [
"packages/*/devops/**/*",
"packages/*/scripts/**/*",
"packages/*/test/**/*",
"packages/*/*.md",
"packages/*/tsconfig.json",
"plugins/*/devops/**/*",
"plugins/*/scripts/**/*",
"plugins/*/test/**/*",
"plugins/*/wordpress.org/**/*",
"plugins/*/*.md",
"plugins/*/tsconfig.json"
]
},
"eslintConfig": {
"extends": [
Expand Down

0 comments on commit b120277

Please sign in to comment.