Bugfixes + Potential iOS Webtoon Reader Fix (#2651)
This commit is contained in:
parent
88aad6be32
commit
53e59ac97f
1 changed files with 2 additions and 2 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue