File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 7575
7676 # Measure fresh startup time
7777 START_TIME=$(date +%s%3N)
78- docker compose restart browser
78+ docker compose restart appwrite- browser
7979 for i in {1..30}; do
8080 if curl -f http://localhost:3000/v1/health > /dev/null 2>&1; then
8181 END_TIME=$(date +%s%3N)
Original file line number Diff line number Diff line change @@ -170,6 +170,7 @@ async function removeUnnecessaryFiles(): Promise<void> {
170170 ) ;
171171 await deletePath ( `${ NODE_MODULES } /@sentry` ) ;
172172 await deletePath ( `${ NODE_MODULES } /@opentelemetry` ) ;
173+ await deletePath ( `${ NODE_MODULES } /axe-core/axe.js` ) ;
173174 await deletePath ( `${ NODE_MODULES } /lighthouse/cli` ) ;
174175 await deletePath ( `${ NODE_MODULES } /lighthouse/build-tracker.config.js` ) ;
175176 await deletePath ( `${ NODE_MODULES } /lighthouse/commitlint.config.js` ) ;
You can’t perform that action at this time.
0 commit comments