From 8840e1c38ac3a609479ad4e4445fd6655e55193a Mon Sep 17 00:00:00 2001 From: Preston Date: Sat, 11 Jul 2020 23:04:10 -0400 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a98a9a2a..9b31c3db 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -54,6 +54,7 @@ jobs: curl -sL https://deb.nodesource.com/setup_12.x | -E bash - apt install -y nodejs apt install -y build-essential + apt install npm npm ci npm run lint npm run build --if-present