mirror of
https://github.com/twentyhq/twenty.git
synced 2024-11-23 22:12:24 +03:00
5afcab4e78
* 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>
24 lines
320 B
JSON
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"
|
|
}
|
|
}
|