Use npm install instead

This commit is contained in:
Josh Gross 2019-10-30 15:28:54 -04:00 committed by GitHub
parent db89b9a994
commit a920bd2725
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,7 +16,7 @@ jobs:
steps:
- uses: actions/checkout@v1
- run: npm ci
- run: npm install
- name: Prettier Format Check
run: npm run format-check