Skip to content

feat: add vite missing base prop when doing the build #26

feat: add vite missing base prop when doing the build

feat: add vite missing base prop when doing the build #26

Workflow file for this run

name: Test
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@main
- name: Use Node.js 20.x
uses: actions/setup-node@v1
with:
node-version: 20.x
- name: Install
run: npm ci
- name: Test
run: npm run test:coverage
if: ${{ always() }}