Update frontend.yml
This commit is contained in:
parent
a1bfa8a119
commit
e8c3106563
3
.github/workflows/frontend.yml
vendored
3
.github/workflows/frontend.yml
vendored
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user