Skip to content

Commit 7cb05f5

Browse files
authored
fix: update start script to use build instead of bundle (#10526)
1 parent c6a39f5 commit 7cb05f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/wrangler/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"clean": "rimraf wrangler-dist miniflare-dist emitted-types",
5858
"dev": "pnpm run clean && concurrently -c black,blue --kill-others-on-fail false \"pnpm tsup --watch src --watch ../containers-shared/src\" \"pnpm run check:type --watch --preserveWatchOutput\"",
5959
"generate-json-schema": "node -r esbuild-register scripts/generate-json-schema.ts",
60-
"start": "pnpm run bundle && cross-env NODE_OPTIONS=--enable-source-maps ./bin/wrangler.js",
60+
"start": "pnpm run build && cross-env NODE_OPTIONS=--enable-source-maps ./bin/wrangler.js",
6161
"test": "dotenv -- pnpm run assert-git-version && dotenv -- vitest",
6262
"test:ci": "pnpm run test run",
6363
"test:debug": "pnpm run test --silent=false --verbose=true",

0 commit comments

Comments
 (0)