Skip to content

Commit

Permalink
[7.x] [build] only strip public code, leave other assets (elastic#79504
Browse files Browse the repository at this point in the history
…) (elastic#79898)

Co-authored-by: spalger <[email protected]>
Co-authored-by: Kibana Machine <[email protected]>
  • Loading branch information
3 people authored Oct 7, 2020
1 parent f34d439 commit fa32d21
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 fa32d21

Please sign in to comment.