Navigation Menu

Skip to content

Commit

Permalink
fix(detox): remove extra build target from project config (#9089)
Browse files Browse the repository at this point in the history
  • Loading branch information
meeroslav committed Feb 23, 2022
1 parent 176fdc7 commit b602c52
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions packages/detox/project.json
Expand Up @@ -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": {
Expand Down

0 comments on commit b602c52

Please sign in to comment.