skolplattformen-backup/nx.json

48 lines
888 B
JSON

{
"npmScope": "skolplattformen",
"affected": {
"defaultBase": "master"
},
"implicitDependencies": {
"package.json": {
"dependencies": "*",
"devDependencies": "*"
},
".eslintrc.json": "*"
},
"tasksRunnerOptions": {
"default": {
"runner": "@nrwl/workspace/tasks-runners/default",
"options": {
"cacheableOperations": ["build", "lint", "test", "e2e"]
}
}
},
"targetDependencies": {
"build": [
{
"target": "build",
"projects": "dependencies"
}
]
},
"projects": {
"api-skolplattformen": {
"tags": []
},
"curriculum": {
"tags": []
},
"hooks": {
"tags": []
},
"skolplattformen-sthlm": {
"tags": []
},
"skolplattformen-sthlm-e2e": {
"tags": [],
"implicitDependencies": ["skolplattformen-sthlm"]
}
}
}