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-party.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
node-version: 22
cache: pnpm
- run: pnpm install --frozen-lockfile
- run: pnpm --filter bitflow-party deploy
- run: pnpm --filter bitflow-party run deploy
env:
PARTYKIT_TOKEN: ${{ secrets.PARTYKIT_TOKEN }}
PARTYKIT_LOGIN: ${{ secrets.PARTYKIT_LOGIN }}
2 changes: 1 addition & 1 deletion platforms/party/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ both consumers are bundlers, and a `dist` step here would buy nothing.
```sh
pnpm --filter bitflow-party dev # partykit dev, localhost:1999
pnpm --filter bitflow-party test # the room reducer (vitest, node)
pnpm --filter bitflow-party deploy # partykit deploy → *.partykit.dev
pnpm --filter bitflow-party run deploy # partykit deploy → *.partykit.dev
```

## Known limits
Expand Down