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 758a582 commit 877433fCopy full SHA for 877433f
worker/package.json
@@ -13,7 +13,7 @@
13
"build": "wrangler build",
14
"cf-typegen": "wrangler types",
15
"typecheck": "npx tsc --noEmit",
16
- "ci": "npm run cf-typegen && npm run typecheck && npm run build",
+ "ci": "npm run typecheck && npm run build",
17
"generate-secret": "./generate-secret.sh",
18
"rename-worker": "./rename-worker.sh"
19
},
0 commit comments