From 7fe75339cacbf608f2381c81285315bd2b4a4bfd Mon Sep 17 00:00:00 2001 From: Corentin Thomasset Date: Sat, 22 May 2021 00:07:22 +0200 Subject: [PATCH] chore(ci): added build step --- .github/workflows/ci.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 72c52ddc..eb304771 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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