mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 16:23:44 +00:00
npm install
This commit is contained in:
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
|
||||
|
||||
Reference in New Issue
Block a user