chore(ci): added build step

This commit is contained in:
Corentin Thomasset 2021-05-22 00:07:22 +02:00
parent f7714fbf41
commit 7fe75339ca
No known key found for this signature in database
GPG key ID: DBD997E935996158

View file

@ -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