Skip to content

Commit

Permalink
fix: remove unused e2e files
Browse files Browse the repository at this point in the history
  • Loading branch information
edenstrom committed Oct 6, 2021
1 parent 289c2f8 commit 97b4380
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 64 deletions.
4 changes: 0 additions & 4 deletions nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,6 @@
},
"skolplattformen-sthlm": {
"tags": []
},
"skolplattformen-sthlm-e2e": {
"tags": [],
"implicitDependencies": ["skolplattformen-sthlm"]
}
}
}
60 changes: 0 additions & 60 deletions workspace.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit 97b4380

Please sign in to comment.