From 119e9158be0be06f6193a88e9676e3f296ee8d39 Mon Sep 17 00:00:00 2001 From: Jon Ursenbach Date: Thu, 28 Oct 2021 16:31:53 -0700 Subject: [PATCH] ci: building the dist before running tests and linting --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a44ebcee..3b171b9b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,6 +20,9 @@ jobs: - name: Install npm@7 run: npm install -g npm@7 + - name: Build dist + run: npm run build + - name: Install deps run: npm ci