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 12bc2f8 commit 5e460deCopy full SHA for 5e460de
packages/workers.new/package.json
@@ -4,7 +4,7 @@
4
"private": true,
5
"scripts": {
6
"check:lint": "eslint . --max-warnings=0",
7
- "deploy": "exit 1",
+ "deploy": "CLOUDFLARE_ACCOUNT_ID=$WORKERS_NEW_CLOUDFLARE_ACCOUNT_ID CLOUDFLARE_API_TOKEN=$WORKERS_NEW_CLOUDFLARE_API_TOKEN wrangler deploy",
8
"dev": "wrangler dev",
9
"test": "vitest -c tests/vitest.config.mts",
10
"test:ci": "vitest run -c tests/vitest.config.mts"
0 commit comments