Skip to content

Commit 735fee3

Browse files
committed
Fix CircleCI deployment
1 parent f2f88f4 commit 735fee3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

angular.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -84,13 +84,13 @@
8484
"budgets": [
8585
{
8686
"type": "initial",
87-
"maximumWarning": "500kb",
88-
"maximumError": "1mb"
87+
"maximumWarning": "2mb",
88+
"maximumError": "5mb"
8989
},
9090
{
9191
"type": "anyComponentStyle",
92-
"maximumWarning": "2kb",
93-
"maximumError": "4kb"
92+
"maximumWarning": "6kb",
93+
"maximumError": "10kb"
9494
}
9595
]
9696
}

0 commit comments

Comments
 (0)