Update package.json

This commit is contained in:
2024-10-14 01:44:13 +02:00
committed by Myx
parent 59611f84b2
commit e7866fbee0
2 changed files with 3 additions and 3 deletions

View File

@@ -40,8 +40,8 @@
"budgets": [
{
"type": "initial",
"maximumWarning": "500kb",
"maximumError": "1mb"
"maximumWarning": "2mb",
"maximumError": "5mb"
},
{
"type": "anyComponentStyle",

View File

@@ -4,7 +4,7 @@
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build --prod",
"build": "ng build",
"watch": "ng build --watch --configuration development",
"test": "ng test"
},