Nightly Issues (#2618)

This commit is contained in:
Joe Milazzo 2024-01-18 08:35:54 -06:00 committed by GitHub
parent 0ff6d4a6fc
commit d145dca0e7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
28 changed files with 138 additions and 100 deletions

View file

@ -3,10 +3,11 @@
"version": "0.7.12.1",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"start": "npm run cache-langs && ng serve",
"build": "npm run cache-langs && ng build",
"minify-langs": "node minify-json.js",
"prod": "ng build --configuration production && npm run minify-langs",
"cache-langs": "node hash-localization.js",
"prod": "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"