Skip to content

Commit

Permalink
[7.10] [build] only strip public code, leave other assets (#79504) (#…
Browse files Browse the repository at this point in the history
…79899)

Co-authored-by: spalger <[email protected]>
Co-authored-by: Kibana Machine <[email protected]>
  • Loading branch information
3 people authored Oct 7, 2020
1 parent f6ba513 commit d505ac4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/tasks/build.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ async function copySourceAndBabelify() {
'**/*.{test,test.mocks,mock,mocks}.*',
'**/*.d.ts',
'**/node_modules/**',
'**/public/**',
'**/public/**/*.{js,ts,tsx,json}',
'**/{__tests__,__mocks__,__snapshots__}/**',
'plugins/canvas/shareable_runtime/test/**',
],
Expand Down

0 comments on commit d505ac4

Please sign in to comment.