Fix: Reports were not working as they were not adapted to the new Enums

Fix: The docker image borked on printing as it did not have the en_IN locale
Fix: Angular errored as it needed typescript < 4.1.0
Fix: chd yml had a typo in host name
This commit is contained in:
2020-12-15 22:15:51 +05:30
parent 5a73387404
commit 22de4f7624
7 changed files with 17 additions and 8 deletions

View File

@ -64,7 +64,7 @@
"prettier": "^2.2.1",
"standard-version": "^9.0.0",
"ts-node": "^9.1.1",
"typescript": "^4.1.3"
"typescript": "~4.0.5"
},
"husky": {
"hooks": {