From ccd01559fea50e701e8d0f4a8b57d492a399700f Mon Sep 17 00:00:00 2001 From: Preston Date: Sun, 12 Jul 2020 15:08:28 -0400 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 386cc199..ac42b426 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -50,6 +50,8 @@ jobs: architecture: aarch64 distribution: ubuntu20.04 run: | + apt install -y npm + apt install -y nodejs npm install npm run lint npm run build --if-present