Skip to content

Commit 877433f

Browse files
committed
still not flexible enough
1 parent 758a582 commit 877433f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

worker/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"build": "wrangler build",
1414
"cf-typegen": "wrangler types",
1515
"typecheck": "npx tsc --noEmit",
16-
"ci": "npm run cf-typegen && npm run typecheck && npm run build",
16+
"ci": "npm run typecheck && npm run build",
1717
"generate-secret": "./generate-secret.sh",
1818
"rename-worker": "./rename-worker.sh"
1919
},

0 commit comments

Comments
 (0)