Skip to content

Commit

Permalink
[x-pack/build] exclude plugins/*/target when copying source to build (#…
Browse files Browse the repository at this point in the history
…99009) (#99108)

Co-authored-by: spalger <spalger@users.noreply.github.com>

Co-authored-by: Spencer <email@spalger.com>
Co-authored-by: spalger <spalger@users.noreply.github.com>
  • Loading branch information
3 people committed May 3, 2021
1 parent 8d19df1 commit abb829b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions x-pack/tasks/build.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ async function copySourceAndBabelify() {
'**/node_modules/**',
'**/public/**/*.{js,ts,tsx,json}',
'**/{__tests__,__mocks__,__snapshots__}/**',
'plugins/*/target/**',
'plugins/canvas/shareable_runtime/test/**',
'plugins/telemetry_collection_xpack/schema/**', // Skip telemetry schemas
],
Expand Down

0 comments on commit abb829b

Please sign in to comment.