Skip to content

fix(QuickMongo): incorrectly inferred type when unexistent keys are i… #111

fix(QuickMongo): incorrectly inferred type when unexistent keys are i…

fix(QuickMongo): incorrectly inferred type when unexistent keys are i… #111

Workflow file for this run

name: Build the package
on:
workflow_dispatch:
pull_request:
types: [opened, reopened]
push:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 20
- name: Install dependencies
run: npm ci
- name: Install TypeScript
run: npm i typescript ts-node -g
- name: Build the package
run: npm run build