Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/deploy-web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
cache-dependency-path: web/pnpm-lock.yaml
- run: pnpm install --frozen-lockfile
- name: Deploy
run: pnpm deploy
run: pnpm run deploy
env:
CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }}
CLOUDFLARE_ACCOUNT_ID: ${{ vars.CLOUDFLARE_ACCOUNT_ID }}
2 changes: 1 addition & 1 deletion web/AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ pnpm build # production build
pnpm preview # preview build locally
pnpm test # run tests
pnpm cf-typegen # regenerate wrangler/cloudflare types
pnpm deploy # deploy to Cloudflare Workers
pnpm run deploy # deploy to Cloudflare Workers
```

## Architecture
Expand Down
2 changes: 1 addition & 1 deletion web/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ pnpm build # production build
pnpm preview # preview built app
pnpm test # vitest
pnpm cf-typegen # regenerate Cloudflare types
pnpm deploy # build and deploy with wrangler
pnpm run deploy # build and deploy with wrangler
```

## Data model
Expand Down
Loading