From 53e59ac97fa3105e55c1ed9608b49a6f7ce0a822 Mon Sep 17 00:00:00 2001 From: Joe Milazzo Date: Thu, 25 Jan 2024 14:07:36 -0600 Subject: [PATCH] Bugfixes + Potential iOS Webtoon Reader Fix (#2651) --- UI/Web/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/UI/Web/package.json b/UI/Web/package.json index a8fcd820a..aff29529a 100644 --- a/UI/Web/package.json +++ b/UI/Web/package.json @@ -7,7 +7,7 @@ "build": "npm run cache-langs && ng build", "minify-langs": "node minify-json.js", "cache-langs": "node hash-localization.js", - "prod": "ng build --configuration production && npm run minify-langs && npm run cache-langs", + "prod": "npm run cache-langs && ng build --configuration production && npm run minify-langs && npm run cache-langs", "explore": "ng build --stats-json && webpack-bundle-analyzer dist/stats.json", "lint": "ng lint", "e2e": "ng e2e" @@ -80,4 +80,4 @@ "typescript": "^5.2.2", "webpack-bundle-analyzer": "^4.10.1" } -} \ No newline at end of file +}