mirror of
https://github.com/twentyhq/twenty.git
synced 2024-11-23 22:12:24 +03:00
a654205dbc
* chore: set up twenty-emails config so build isn't needed in development * fix: fix script dependency * chore: use @vitejs/plugin-react-swc * Remove useless dependancy * Fix typing * chore: use baseUrl in twenty-emails * chore: fix docker server prod build * refactor: optimize Docker file and tsconfig * fix: fix WORKDIR in docker --------- Co-authored-by: martmull <martmull@hotmail.fr>
71 lines
1.1 KiB
JSON
71 lines
1.1 KiB
JSON
{
|
|
"targetDefaults": {
|
|
"build": {
|
|
"cache": true,
|
|
"dependsOn": [
|
|
"^build"
|
|
]
|
|
},
|
|
"start": {
|
|
"cache": true,
|
|
"dependsOn": [
|
|
"^build"
|
|
]
|
|
},
|
|
"lint": {
|
|
"cache": true
|
|
},
|
|
"test": {
|
|
"cache": true,
|
|
"dependsOn": [
|
|
"^build"
|
|
]
|
|
},
|
|
"test:e2e": {
|
|
"cache": true,
|
|
"dependsOn": [
|
|
"^build"
|
|
]
|
|
},
|
|
"@nx/jest:jest": {
|
|
"cache": true,
|
|
"inputs": [
|
|
"default",
|
|
"^default",
|
|
"{workspaceRoot}/jest.preset.js"
|
|
],
|
|
"options": {
|
|
"passWithNoTests": true
|
|
},
|
|
"configurations": {
|
|
"ci": {
|
|
"ci": true,
|
|
"codeCoverage": true
|
|
}
|
|
}
|
|
},
|
|
"@nx/vite:test": {
|
|
"cache": true,
|
|
"inputs": [
|
|
"default",
|
|
"^default"
|
|
]
|
|
}
|
|
},
|
|
"installation": {
|
|
"version": "17.2.7"
|
|
},
|
|
"affected": {
|
|
"defaultBase": "main"
|
|
},
|
|
"generators": {
|
|
"@nx/react": {
|
|
"application": {
|
|
"babel": true
|
|
},
|
|
"library": {
|
|
"unitTestRunner": "none"
|
|
}
|
|
}
|
|
}
|
|
} |