Skip to content

Document use of DSYNC_WEBHOOK_BATCH_SIZE (#308) #707

Document use of DSYNC_WEBHOOK_BATCH_SIZE (#308)

Document use of DSYNC_WEBHOOK_BATCH_SIZE (#308) #707

Workflow file for this run

# GitHub action to build
name: Build
on:
push:
branches:
- main
- release
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: npm install --legacy-peer-deps
- run: npm run build