We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 597d04e commit 7bcd99aCopy full SHA for 7bcd99a
apps/playground/project.json
@@ -3,7 +3,8 @@
3
"start": {
4
"executor": "nx:run-commands",
5
"dependsOn": [
6
- "react-native-harness:build"
+ "react-native-harness:build",
7
+ "@react-native-harness/metro:build"
8
],
9
"options": {
10
"command": "node ../../packages/cli/dist/index.js",
0 commit comments