mirror of
https://github.com/MODSetter/SurfSense.git
synced 2025-09-01 10:09:08 +00:00
Biome: Pre-commit workflow fix - npm => pnpm
This commit is contained in:
parent
4f8ebc4cbd
commit
d2964708ff
1 changed files with 1 additions and 1 deletions
2
.github/workflows/code-quality.yml
vendored
2
.github/workflows/code-quality.yml
vendored
|
@ -243,7 +243,7 @@ jobs:
|
|||
- name: Install dependencies for web
|
||||
if: steps.frontend-changes.outputs.web == 'true'
|
||||
working-directory: surfsense_web
|
||||
run: npm ci --legacy-peer-deps
|
||||
run: pnpm install --frozen-lockfile
|
||||
|
||||
- name: Install dependencies for extension
|
||||
if: steps.frontend-changes.outputs.extension == 'true'
|
||||
|
|
Loading…
Add table
Reference in a new issue