Skip to content

Rename bindGraphQLSchemaAPIToContext to initG and include functions that dont need to be bound to context #164

Rename bindGraphQLSchemaAPIToContext to initG and include functions that dont need to be bound to context

Rename bindGraphQLSchemaAPIToContext to initG and include functions that dont need to be bound to context #164

Workflow file for this run

name: Publish (Preview)
on:
workflow_dispatch:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@main
- uses: ./.github/actions/setup-deps
- name: Build
run: pnpm build
- run: pnpm dlx pkg-pr-new publish --comment=off './packages/*'