mirror of
https://github.com/novuhq/novu.git
synced 2026-03-13 10:41:26 +08:00
99 lines
2.2 KiB
JSON
99 lines
2.2 KiB
JSON
{
|
|
"parallel": 4,
|
|
"targetDefaults": {
|
|
"build": {
|
|
"dependsOn": ["^build"],
|
|
"cache": true
|
|
},
|
|
"test": {
|
|
"cache": true
|
|
},
|
|
"lint": {
|
|
"cache": true
|
|
},
|
|
"lint-biome": {
|
|
"inputs": ["default", "{workspaceRoot}/biome.json"],
|
|
"cache": true
|
|
}
|
|
},
|
|
"namedInputs": {
|
|
"default": ["{projectRoot}/**/*", "sharedGlobals"],
|
|
"production": [
|
|
"default",
|
|
"!{projectRoot}/**/?(*.)+(spec|test).[jt]s?(x)?(.snap)",
|
|
"!{projectRoot}/tsconfig.spec.json",
|
|
"!{projectRoot}/jest.config.[jt]s",
|
|
"!{projectRoot}/src/test-setup.[jt]s",
|
|
"!{projectRoot}/test-setup.[jt]s",
|
|
"!{projectRoot}/biome.json"
|
|
],
|
|
"sharedGlobals": [
|
|
{
|
|
"runtime": "node --version"
|
|
}
|
|
]
|
|
},
|
|
"release": {
|
|
"changelog": {
|
|
"workspaceChangelog": false,
|
|
"projectChangelogs": true
|
|
},
|
|
"projectsRelationship": "independent",
|
|
"conventionalCommits": true,
|
|
"groups": {
|
|
"apps": {
|
|
"projects": [
|
|
"@novu/api-service",
|
|
"@novu/dashboard",
|
|
"@novu/inbound-mail",
|
|
"@novu/webhook",
|
|
"@novu/worker",
|
|
"@novu/ws"
|
|
],
|
|
"projectsRelationship": "independent",
|
|
"version": {
|
|
"generatorOptions": {
|
|
"preserveLocalDependencyProtocols": true
|
|
}
|
|
}
|
|
},
|
|
"packages": {
|
|
"projects": [
|
|
"novu",
|
|
"@novu/framework",
|
|
"@novu/js",
|
|
"@novu/react",
|
|
"@novu/react-native",
|
|
"@novu/nextjs",
|
|
"@novu/providers",
|
|
"@novu/shared",
|
|
"@novu/stateless"
|
|
],
|
|
"projectsRelationship": "independent",
|
|
"version": {
|
|
"generatorOptions": {
|
|
"preserveLocalDependencyProtocols": true
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"version": {
|
|
"useLegacyVersioning": true
|
|
}
|
|
},
|
|
"tasksRunnerOptions": {
|
|
"default": {
|
|
"options": {
|
|
"canTrackAnalytics": false,
|
|
"nxCloudId": "61d98cffc3343830d132e541"
|
|
},
|
|
"runner": "nx-cloud"
|
|
}
|
|
},
|
|
"useInferencePlugins": false,
|
|
"defaultBase": "next",
|
|
"generatorOptions": {
|
|
"preserveLocalDependencyProtocols": true
|
|
}
|
|
}
|