Skip to content
This repository was archived by the owner on Nov 11, 2025. It is now read-only.

chore(deps-dev): bump vite from 4.5.3 to 7.1.5 in /retail-web #41

chore(deps-dev): bump vite from 4.5.3 to 7.1.5 in /retail-web

chore(deps-dev): bump vite from 4.5.3 to 7.1.5 in /retail-web #41

name: Build for Retail Web
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build-retail-web:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run build
run: |
cd retail-web
npm i
npm run lint
npm run build