diff --git a/packages/detox/project.json b/packages/detox/project.json index a3bf831a036ea..b721e3c1faf7a 100644 --- a/packages/detox/project.json +++ b/packages/detox/project.json @@ -61,13 +61,6 @@ "LICENSE" ] }, - "build": { - "executor": "@nrwl/workspace:run-commands", - "outputs": ["build/packages/detox"], - "options": { - "command": "node ./scripts/copy-readme.js detox" - } - }, "outputs": ["{options.outputPath}"] }, "build": {