Added implicitDependencies

This commit is contained in:
Viktor Sarström 2021-11-02 08:14:18 +01:00
parent ba59f00fd8
commit dee1d93be5
3 changed files with 8 additions and 3 deletions

2
.gitignore vendored
View File

@ -111,4 +111,4 @@ secrets.yaml
requests
xcshareddata
xcuserdata
/.vs
/.vs

View File

@ -14,7 +14,7 @@
"default": {
"runner": "@nrwl/workspace/tasks-runners/default",
"options": {
"cacheableOperations": ["build", "lint", "test", "e2e"]
"cacheableOperations": ["build", "lint", "test"]
}
}
},
@ -37,7 +37,8 @@
"tags": []
},
"skolplattformen-sthlm": {
"tags": []
"tags": [],
"implicitDependencies": ["api-skolplattformen", "hooks", "curriculum"]
}
}
}

View File

@ -6,6 +6,8 @@
"start": "nx start",
"ios": "nx run-ios",
"android": "nx run-android",
"bundle-android": "nx bundle-android",
"bundle-ios": "nx bundle-ios",
"build": "nx build",
"test": "nx run-many --all --target=test",
"lint": "nx run-many --all --target=lint",
@ -128,6 +130,8 @@
"prettier": "^2.3.1",
"react-native-codegen": "0.0.7",
"react-native-oss-license": "^0.4.1",
"react-native-svg": "12.1.1",
"react-native-svg-transformer": "0.14.3",
"react-test-renderer": "17.0.2",
"tough-cookie": "^4.0.0",
"ts-jest": "27.0.3",