Skip to content

fix: packageManager spelling in build #3

fix: packageManager spelling in build

fix: packageManager spelling in build #3

Workflow file for this run

name: Build
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build-extension:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/buildextension
build-app:
runs-on: ubuntu-latest
steps:
- name: Deploy to Cloudflare Workers with Wrangler
uses: cloudflare/[email protected]
with:
apiToken: ${{ secrets.CF_API_TOKEN }}
packageManager: bun