Skip to content

Commit c7d13d4

Browse files
committed
chore: Moved to npx for wrangler
1 parent 3b21509 commit c7d13d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/stitcher/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"dev": "bun --watch --inspect=ws://localhost:6500/sprs-stitcher ./src/index.ts",
77
"dev:wrangler": "wrangler dev ./src/index.ts",
88
"build": "bun build ./src/index.ts --target=bun --outdir=./dist",
9-
"deploy:wrangler": "wrangler deploy --minify ./src/index.ts",
9+
"deploy:wrangler": "npx wrangler deploy --minify ./src/index.ts",
1010
"test": "bun test",
1111
"lint": "tsc && eslint"
1212
},

0 commit comments

Comments
 (0)