Skip to content

chore: removes parcel as it is not needed #251

chore: removes parcel as it is not needed

chore: removes parcel as it is not needed #251

Workflow file for this run

name: Build and test
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: volta-cli/action@v1
- name: Install Dependencies
run: yarn install
- name: Build
run: yarn build
- name: Lint
run: yarn lint
- name: Typecheck
run: yarn check
- name: Test
run: yarn test