Update build.yml

This commit is contained in:
Preston 2020-07-12 15:08:28 -04:00 committed by GitHub
parent e0270596b0
commit ccd01559fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -50,6 +50,8 @@ jobs:
architecture: aarch64 architecture: aarch64
distribution: ubuntu20.04 distribution: ubuntu20.04
run: | run: |
apt install -y npm
apt install -y nodejs
npm install npm install
npm run lint npm run lint
npm run build --if-present npm run build --if-present