Skip to content

feat: add withCustomFilter method to Query.ts #1045

feat: add withCustomFilter method to Query.ts

feat: add withCustomFilter method to Query.ts #1045

Workflow file for this run

name: Build
on: [push]
jobs:
compile:
name: Compile
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/[email protected]
with:
node-version: 14
- run: npm ci
- run: npm run build