Skip to content

chore(deps-dev): Bump vite from 4.5.3 to 4.5.5 in /client #156

chore(deps-dev): Bump vite from 4.5.3 to 4.5.5 in /client

chore(deps-dev): Bump vite from 4.5.3 to 4.5.5 in /client #156

Workflow file for this run

name: Run Tests (Frontend)
on: [push]
jobs:
vite-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: npm ci
working-directory: client
- run: npm run lint
working-directory: client
- run: npm run build
working-directory: client
- run: npm test
working-directory: client