Skip to content

Commit a65390f

Browse files
fix: remove build dep
1 parent e4c57ad commit a65390f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

examples/js-cloud-server/cloudflare-worker/project.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@
2020
"options": {
2121
"command": "yarn run -T wrangler dev",
2222
"cwd": "examples/js-cloud-server/cloudflare-worker"
23-
},
24-
"dependsOn": ["build"]
23+
}
2524
},
2625
"deploy": {
2726
"executor": "nx:run-commands",

0 commit comments

Comments
 (0)