We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11b9706 commit b334c33Copy full SHA for b334c33
packages/wrangler/package.json
@@ -61,7 +61,7 @@
61
"generate-json-schema": "pnpm exec ts-json-schema-generator --no-type-check --path src/config/config.ts --type RawConfig --out config-schema.json",
62
"prepublishOnly": "SOURCEMAPS=false pnpm run -w build",
63
"start": "pnpm run bundle && cross-env NODE_OPTIONS=--enable-source-maps ./bin/wrangler.js",
64
- "test": "pnpm run assert-git-version && LC_ALL=C vitest",
+ "test": "pnpm run assert-git-version && cross-env LC_ALL=C vitest",
65
"test:ci": "pnpm run test run",
66
"test:debug": "pnpm run test --silent=false --verbose=true",
67
"test:e2e": "vitest -c ./e2e/vitest.config.mts",
0 commit comments