Skip to content

Bump braces from 3.0.2 to 3.0.3 in /client #15

Bump braces from 3.0.2 to 3.0.3 in /client

Bump braces from 3.0.2 to 3.0.3 in /client #15

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