Skip to content

Commit

Permalink
Remove debug symbols
Browse files Browse the repository at this point in the history
  • Loading branch information
eps1lon committed May 20, 2021
1 parent d5f4151 commit cacc9d8
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions test/bundling/scripts/useBuildFromSource.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,15 +66,15 @@ async function run(context) {
await Promise.all(
[
'core',
// 'icons',
// 'lab',
// 'private-theming',
// 'styled-engine',
// 'styles',
// 'system',
// 'types',
// 'unstyled',
// 'utils',
'icons',
'lab',
'private-theming',
'styled-engine',
'styles',
'system',
'types',
'unstyled',
'utils',
].map(async (muiPackageName) => {
// clean coyp
try {
Expand Down

0 comments on commit cacc9d8

Please sign in to comment.