Skip to content

Commit

Permalink
feat: build cloudflare worker
Browse files Browse the repository at this point in the history
  • Loading branch information
himself65 committed Apr 29, 2024
1 parent c6059e0 commit 52152cc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,10 +88,11 @@ jobs:
strategy:
matrix:
packages:
- cloudflare-worker-agent
- nextjs-agent
- nextjs-edge-runtime
runs-on: ubuntu-latest
name: E2E Core Example ${{ matrix.packages }}
name: E2E on Core Example (${{ matrix.packages }})
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v3
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"scripts": {
"deploy": "wrangler deploy",
"dev": "wrangler dev",
"build": "wrangler deploy --dry-run --outdir dist",
"start": "wrangler dev",
"test": "vitest",
"cf-typegen": "wrangler types"
Expand Down

0 comments on commit 52152cc

Please sign in to comment.