1
0
mirror of https://github.com/bitwarden/web synced 2025-12-16 00:03:25 +00:00

Run npm lint in CI (#1314)

This commit is contained in:
Oscar Hinton
2021-11-24 19:23:31 +01:00
committed by GitHub
parent cbf65c5f42
commit dca12def8d
3 changed files with 5 additions and 5 deletions

View File

@@ -409,8 +409,8 @@ jobs:
- name: Install dependencies
run: npm ci
- name: NPM install
run: npm ci
- name: Run linter
run: npm run lint
- name: NPM build
run: npm run build:bit:cloud