mirror of
https://github.com/twentyhq/twenty.git
synced 2024-11-23 05:53:31 +03:00
e011ecbd6f
* POC: generate twenty-server package.json with Nx * Re-add passport * Fix instal --------- Co-authored-by: Charles Bochet <charles@twenty.com>
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.8"
|
|
},
|
|
"affected": {
|
|
"defaultBase": "main"
|
|
},
|
|
"generators": {
|
|
"@nx/react": {
|
|
"application": {
|
|
"babel": true
|
|
},
|
|
"library": {
|
|
"unitTestRunner": "none"
|
|
}
|
|
}
|
|
}
|
|
} |