Skip to content

Commit

Permalink
Miscellaneous changes
Browse files Browse the repository at this point in the history
Other updates not related to the primary backported commits.
  • Loading branch information
jportner committed May 12, 2020
1 parent c50d682 commit b050b2f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/dev/run_check_lockfile_symlinks.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@ const IGNORE_FILE_GLOBS = [
// fixtures aren't used in production, ignore them
'**/*fixtures*/**/*',
// cypress isn't used in production, ignore it
'x-pack/legacy/plugins/apm/cypress/*',
'x-pack/plugins/apm/e2e/*',
// apm scripts aren't used in production, ignore them
'x-pack/plugins/apm/scripts/*',
];

run(async ({ log }) => {
Expand Down

0 comments on commit b050b2f

Please sign in to comment.