Skip to content

Commit

Permalink
Use npm ci and package.json script
Browse files Browse the repository at this point in the history
  • Loading branch information
davwheat committed Jul 24, 2021
1 parent b215c09 commit 8a070cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ jobs:
node-version: "14"

- name: Install JS dependencies
run: npm i
run: npm ci
working-directory: ./js

- name: Check JS formatting
run: ./node_modules/.bin/prettier --check src
run: npm run format-check
working-directory: ./js

0 comments on commit 8a070cc

Please sign in to comment.