Use npm install instead

pull/1/head
Josh Gross 6 years ago committed by GitHub
parent db89b9a994
commit a920bd2725
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

Loading…
Cancel
Save