Install instead of ci to avoid reinstalling tarballs

This commit is contained in:
Danny McCormick 2019-06-07 16:21:57 -04:00 committed by GitHub
parent 745cc08a30
commit eb8fb54e83
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,8 +13,8 @@ jobs:
with:
version: 10.x
- name: npm ci
run: npm ci
- name: npm install
run: npm install
- name: Lint
run: npm run format-check