Skip to content

Commit b0765e4

Browse files
committed
fix: add ci proxy worker build script
1 parent 444de0e commit b0765e4

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

packages/ci-proxy-worker/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Deploy from the Cloudflare dashboard with:
1818

1919
- Root directory: `packages/ci-proxy-worker`
2020
- Install command: `npm ci`
21-
- Build command: `npm run check`
21+
- Build command: `npm run build`
2222
- Deploy command: `npm run deploy`
2323

2424
Or deploy locally:

packages/ci-proxy-worker/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"version": "0.1.0",
55
"type": "module",
66
"scripts": {
7+
"build": "tsc --noEmit",
78
"check": "tsc --noEmit",
89
"deploy": "wrangler deploy",
910
"dev": "wrangler dev",

0 commit comments

Comments
 (0)