mirror of
https://github.com/Kareadita/Kavita.git
synced 2025-07-09 03:04:19 -04:00
Bugfixes + Potential iOS Webtoon Reader Fix (#2651)
This commit is contained in:
parent
88aad6be32
commit
53e59ac97f
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user