npm install
This commit is contained in:
parent
7d5daa8894
commit
7667dfca51
|
@ -140,6 +140,12 @@ jobs:
|
||||||
run: ./.github/scripts/macos/setup-profiles.ps1
|
run: ./.github/scripts/macos/setup-profiles.ps1
|
||||||
shell: pwsh
|
shell: pwsh
|
||||||
|
|
||||||
|
- name: Install Node dependencies
|
||||||
|
run: npm install
|
||||||
|
|
||||||
|
- name: Run linter
|
||||||
|
run: npm run lint
|
||||||
|
|
||||||
# - name: Build Safari extension for .dmg
|
# - name: Build Safari extension for .dmg
|
||||||
# shell: pwsh
|
# shell: pwsh
|
||||||
# run: ./scripts/safari-build.ps1
|
# run: ./scripts/safari-build.ps1
|
||||||
|
|
Loading…
Reference in New Issue