Update build.yml

This commit is contained in:
Preston 2020-07-11 23:18:22 -04:00 committed by GitHub
parent 8840e1c38a
commit 6c60a9c627
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ jobs:
curl -sL https://deb.nodesource.com/setup_12.x | -E bash - curl -sL https://deb.nodesource.com/setup_12.x | -E bash -
apt install -y nodejs apt install -y nodejs
apt install -y build-essential apt install -y build-essential
apt install npm apt install -y npm
npm ci npm ci
npm run lint npm run lint
npm run build --if-present npm run build --if-present