fix: ensure correct working directory for wrangler deployments

This commit is contained in:
2025-05-29 18:01:28 -04:00
parent cfb542281b
commit 48cf6b74b0

View File

@@ -20,8 +20,8 @@
],
"scripts": {
"deploy": [
"wrangler_deploy $RADAR_ROOT",
"wrangler_deploy $WORKER_ROOT"
"cd $RADAR_ROOT && npx wrangler deploy",
"cd $WORKER_ROOT && npx wrangler deploy"
],
"release": [
"check_deps",