File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed
Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -170,12 +170,8 @@ async function removeUnnecessaryFiles(): Promise<void> {
170170 ) ;
171171 await deletePath ( `${ NODE_MODULES } /@sentry` ) ;
172172 await deletePath ( `${ NODE_MODULES } /@opentelemetry` ) ;
173- // Remove unminified axe-core (we have axe.min.js)
174173 await deletePath ( `${ NODE_MODULES } /axe-core/axe.js` ) ;
175- // Remove Lighthouse CLI (we use it programmatically)
176174 await deletePath ( `${ NODE_MODULES } /lighthouse/cli` ) ;
177- await deletePath ( `${ NODE_MODULES } /lighthouse/third-party` ) ;
178- // Remove config files from lighthouse root
179175 await deletePath ( `${ NODE_MODULES } /lighthouse/build-tracker.config.js` ) ;
180176 await deletePath ( `${ NODE_MODULES } /lighthouse/commitlint.config.js` ) ;
181177 await deletePath ( `${ NODE_MODULES } /lighthouse/eslint.config.mjs` ) ;
You can’t perform that action at this time.
0 commit comments