1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-30 15:13:32 +00:00

Run npm lint in CI (#2197)

This commit is contained in:
Oscar Hinton
2021-12-03 20:35:34 +00:00
committed by GitHub
parent 7a666e6092
commit 616b2e139a
2 changed files with 5 additions and 2 deletions

View File

@@ -104,10 +104,13 @@ jobs:
- name: NPM setup & test
run: |
npm install
npm ci
npm run dist
npm run test
- name: Run linter
run: npm run lint
- name: Gulp
run: gulp ci