Update build.yml

This commit is contained in:
James Ives 2020-03-09 08:51:05 -04:00 committed by GitHub
parent 1dd704840e
commit 0d44bd0c4b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,6 +19,7 @@ jobs:
- name: Install and Test - name: Install and Test
run: | run: |
npm install npm install
npm run-script lint
npm run-script test npm run-script test
- name: Uploade CodeCov Report - name: Uploade CodeCov Report