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

Add Prettier configuration (#1201)

This commit is contained in:
Oscar Hinton
2021-12-20 14:17:39 +01:00
committed by GitHub
parent b33d37e610
commit b4df834b16
9 changed files with 677 additions and 31 deletions

View File

@@ -128,8 +128,8 @@ jobs:
- name: Install Node dependencies
run: npm ci
- name: Run linter
run: npm run lint
# - name: Run linter
# run: npm run lint
- name: Build application
run: npm run dist:lin
@@ -224,8 +224,8 @@ jobs:
- name: Install Node dependencies
run: npm ci
- name: Run linter
run: npm run lint
# - name: Run linter
# run: npm run lint
- name: Build & Sign (dev)
env:
@@ -477,8 +477,8 @@ jobs:
- name: Install Node dependencies
run: npm ci
- name: Run linter
run: npm run lint
# - name: Run linter
# run: npm run lint
- name: Build application (dev)
run: npm run build