Skip to content

Commit 7bcd99a

Browse files
committed
feat: mark metro as dependency
1 parent 597d04e commit 7bcd99a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

apps/playground/project.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
"start": {
44
"executor": "nx:run-commands",
55
"dependsOn": [
6-
"react-native-harness:build"
6+
"react-native-harness:build",
7+
"@react-native-harness/metro:build"
78
],
89
"options": {
910
"command": "node ../../packages/cli/dist/index.js",

0 commit comments

Comments
 (0)