Skip to content

fix: Types not being exported and autocomplete not working #159

fix: Types not being exported and autocomplete not working

fix: Types not being exported and autocomplete not working #159

Workflow file for this run

name: Pull Requests
on:
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
jobs:
package:
runs-on: ubuntu-latest
name: Test
steps:
- name: Cloning repo
uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '18.x'
- run: npm i
- run: npm run build
- run: npm test