mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-27 12:36:14 +01:00
npm install
This commit is contained in:
parent
7d5daa8894
commit
7667dfca51
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@ -140,6 +140,12 @@ jobs:
|
||||
run: ./.github/scripts/macos/setup-profiles.ps1
|
||||
shell: pwsh
|
||||
|
||||
- name: Install Node dependencies
|
||||
run: npm install
|
||||
|
||||
- name: Run linter
|
||||
run: npm run lint
|
||||
|
||||
# - name: Build Safari extension for .dmg
|
||||
# shell: pwsh
|
||||
# run: ./scripts/safari-build.ps1
|
||||
|
Loading…
Reference in New Issue
Block a user