1
0
mirror of https://github.com/bitwarden/desktop.git synced 2024-09-27 03:53:00 +02:00

npm install

This commit is contained in:
Kyle Spearrin 2020-09-22 16:19:17 -04:00
parent 7d5daa8894
commit 7667dfca51

View File

@ -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