Skip to content

Bump vite from 5.2.8 to 5.2.14 #110

Bump vite from 5.2.8 to 5.2.14

Bump vite from 5.2.8 to 5.2.14 #110

Workflow file for this run

name: PR Checker
on:
pull_request:
branches:
- 'dev'
workflow_dispatch:
jobs:
typescript:
name: 🔨 TypeScript Checker
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- name: ⤵️ Checkout "dev"
uses: actions/checkout@v3
- name: 🛠️ Install Dependencies
run: |
yarn install
- name: ⏳ Checking TypeScript...
run: |
yarn ts
yarn build
yarn build:example
yarn docs