#591 - force npm

This commit is contained in:
Saeed Vaziry
2025-06-04 19:05:34 +02:00
parent f8f8d57fe2
commit 0bd390f27c
2 changed files with 2 additions and 2 deletions

View File

@ -49,7 +49,7 @@ jobs:
node-version: "20.x"
- name: Install NPM Dependencies
run: npm install
run: npm install --force
- name: Run lint
run: npm run lint

View File

@ -52,7 +52,7 @@ jobs:
node-version: "20.x"
- name: Install NPM Dependencies
run: npm install
run: npm install --force
- name: Build assets
run: npm run build