fixed pnpm downloading
Some checks failed
Build and Deploy React Package / build-and-publish (push) Failing after 2m39s

This commit is contained in:
2026-05-25 13:38:15 +03:00
parent 523bc5ed16
commit 3887a625f0
4 changed files with 4 additions and 2923 deletions

View File

@@ -36,7 +36,9 @@ jobs:
# 4. Install dependencies with pnpm
- name: Install dependencies
run: pnpm install
run: pnpm install --no-frozen-lockfile
env:
PNPM_IGNORE_SCRIPTS: "esbuild" # Specifically ignore esbuild
# 5. Build the React/Vite application
# This assumes your vite.config.js/ts is configured to output to 'dist'