From 4ebea0204211e48b89fce1d6bca0058f167f48df Mon Sep 17 00:00:00 2001 From: Preston Date: Sat, 11 Jul 2020 23:35:06 -0400 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 00f8a5a1..8ef72e2e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -56,7 +56,7 @@ jobs: apt install -y nodejs apt install -y build-essential apt install -y npm - npm ci + npm install npm run lint npm run build --if-present - name: Upload Linux ARM64 .deb Artifact