diff --git a/nx.json b/nx.json index 69e91d4e..ad0b2e36 100644 --- a/nx.json +++ b/nx.json @@ -38,10 +38,6 @@ }, "skolplattformen-sthlm": { "tags": [] - }, - "skolplattformen-sthlm-e2e": { - "tags": [], - "implicitDependencies": ["skolplattformen-sthlm"] } } } diff --git a/workspace.json b/workspace.json index b36ba1cd..4b57b9b3 100644 --- a/workspace.json +++ b/workspace.json @@ -145,66 +145,6 @@ } } } - }, - "skolplattformen-sthlm-e2e": { - "root": "apps/skolplattformen-sthlm-e2e", - "sourceRoot": "apps/skolplattformen-sthlm-e2e/src", - "projectType": "application", - "targets": { - "build-ios": { - "executor": "@nrwl/detox:build", - "options": { - "detoxConfiguration": "ios.sim.debug" - }, - "configurations": { - "production": { - "detoxConfiguration": "ios.sim.release" - } - } - }, - "test-ios": { - "executor": "@nrwl/detox:test", - "options": { - "detoxConfiguration": "ios.sim.debug" - }, - "configurations": { - "production": { - "detoxConfiguration": "ios.sim.release" - } - } - }, - "build-android": { - "executor": "@nrwl/detox:build", - "options": { - "detoxConfiguration": "android.emu.debug" - }, - "configurations": { - "production": { - "detoxConfiguration": "android.emu.release" - } - } - }, - "test-android": { - "executor": "@nrwl/detox:test", - "options": { - "detoxConfiguration": "android.emu.debug" - }, - "configurations": { - "production": { - "detoxConfiguration": "android.emu.release" - } - } - }, - "lint": { - "executor": "@nrwl/linter:eslint", - "outputs": ["{options.outputFile}"], - "options": { - "lintFilePatterns": [ - "apps/skolplattformen-sthlm-e2e/**/*.{ts,tsx,js,jsx}" - ] - } - } - } } }, "cli": {