1
0
mirror of https://github.com/bitwarden/cli synced 2025-12-27 13:33:15 +00:00

Add Prettier configuration (#425)

This commit is contained in:
Oscar Hinton
2021-12-20 17:44:12 +01:00
committed by GitHub
parent 18073696d0
commit ec53a16c00
9 changed files with 681 additions and 23 deletions

View File

@@ -129,8 +129,8 @@ jobs:
- name: Install
run: npm ci
- name: Run linter
run: npm run lint
# - name: Run linter
# run: npm run lint
- name: Build & Package
run: npm run dist