Skip to content

Bump vite from 4.4.8 to 4.5.5 #80

Bump vite from 4.4.8 to 4.5.5

Bump vite from 4.4.8 to 4.5.5 #80

Workflow file for this run

name: Typecheck
on:
push:
branches-ignore:
- main
jobs:
typecheck:
runs-on: ubuntu-latest
name: Typecheck
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install Dependencies
uses: ./.github/actions/install-deps
- name: Typecheck web
run: pnpm run -r type-check