From 6c60a9c6274b808080271c43d042207ffee6cd25 Mon Sep 17 00:00:00 2001 From: Preston Date: Sat, 11 Jul 2020 23:18:22 -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 9b31c3db..de0b2cc3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -54,7 +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 + apt install -y npm npm ci npm run lint npm run build --if-present