Skip to content

Commit

Permalink
[build] only strip public code, leave other assets (#79504)
Browse files Browse the repository at this point in the history
Co-authored-by: spalger <[email protected]>
  • Loading branch information
Spencer and spalger committed Oct 7, 2020
1 parent ff36a03 commit 6bdb01e
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 6bdb01e

Please sign in to comment.