Skip to content

Bump vite from 5.0.12 to 5.3.1 #3

Bump vite from 5.0.12 to 5.3.1

Bump vite from 5.0.12 to 5.3.1 #3

Workflow file for this run

name: Test
on:
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run : npm i
shell: bash
- run : npm ci
shell: bash
- run : npm run docs:build
shell: bash