twenty/nx.json
bosiraphael 5afcab4e78
3011 fill the messagerecipient table when fetching messages (#3073)
* wip

* trying to parse display names and emails

* add nodemailer mailparser

* mail parsing is working

* add personId and workspaceMemberId

* add date to messages

* Fix PR

* Run tsc on bigger machine

* Fix lint

---------

Co-authored-by: Charles Bochet <charles@twenty.com>
2023-12-19 17:08:54 +01:00

24 lines
320 B
JSON

{
"targetDefaults": {
"build": {
"cache": true,
"dependsOn": ["^build"]
},
"lint": {
"cache": true
},
"test": {
"cache": true
},
"e2e": {
"cache": true
}
},
"installation": {
"version": "17.2.0"
},
"affected": {
"defaultBase": "main"
}
}