mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-04-23 08:16:16 -04:00
chore(ci): added build step
This commit is contained in:
parent
f7714fbf41
commit
7fe75339ca
1 changed files with 4 additions and 1 deletions
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
|
@ -28,5 +28,8 @@ jobs:
|
|||
- name: Install dependencies
|
||||
run: npm ci
|
||||
|
||||
- name: Run linter
|
||||
- name: Run linters
|
||||
run: npm run lint
|
||||
|
||||
- name: Build the app
|
||||
run: npm run build
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue