Skip to content

Commit

Permalink
fix(ivy): Force defaultConfiguration to production
Browse files Browse the repository at this point in the history
  • Loading branch information
mpalourdio committed May 14, 2021
1 parent bcbe2f3 commit a92ab1b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion angular.json
Expand Up @@ -25,7 +25,8 @@
"production": {
"tsConfig": "./tsconfig.lib.prod.json"
}
}
},
"defaultConfiguration": "production"
},
"test": {
"builder": "@angular-devkit/build-angular:karma",
Expand Down

0 comments on commit a92ab1b

Please sign in to comment.