diff --git a/frontend/app/package.json b/frontend/app/package.json index 85b093b7..840168d6 100644 --- a/frontend/app/package.json +++ b/frontend/app/package.json @@ -15,7 +15,7 @@ ], "scripts": { "analyze": "webpack-bundle-analyzer www/stats.json", - "build": "pnpm check-icons && ng build --configuration=production --stats-json && webpack-bundle-analyzer www/stats.json --mode static --report www/bundle-info.html", + "build": "pnpm check-icons && ng build --configuration=production --stats-json && webpack-bundle-analyzer www/stats.json --mode static --report www/bundle-info.html --no-open", "build:analyze": "npm run build:stats && npm run analyze", "build:android": "ionic capacitor build android --no-open && cd android && ./gradlew clean assemble && cd ..", "build:prod": "ng build --configuration=production",