Skip to content

Commit

Permalink
Fix CircleCI deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
jfcere committed Jul 1, 2020
1 parent f2f88f4 commit 735fee3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,13 +84,13 @@
"budgets": [
{
"type": "initial",
"maximumWarning": "500kb",
"maximumError": "1mb"
"maximumWarning": "2mb",
"maximumError": "5mb"
},
{
"type": "anyComponentStyle",
"maximumWarning": "2kb",
"maximumError": "4kb"
"maximumWarning": "6kb",
"maximumError": "10kb"
}
]
}
Expand Down

0 comments on commit 735fee3

Please sign in to comment.