Update frontend.yml

This commit is contained in:
Ivan 2024-11-20 21:46:29 +03:00
parent a1bfa8a119
commit e8c3106563

View File

@ -38,6 +38,7 @@ jobs:
npm install -g typescript vite jest npm install -g typescript vite jest
npm ci npm ci
npm run build --if-present npm run build --if-present
- name: Test - name: Run CI
run: | run: |
npm run lint
npm test npm test