Skip to content

feat(types): add internal annotations #20

feat(types): add internal annotations

feat(types): add internal annotations #20

Workflow file for this run

name: build
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '20.x'
- name: Install
run: yarn install
- name: Build
run: yarn build