fixed pnpm downloading
Some checks failed
Build and Deploy React Package / build-and-publish (push) Failing after 14s
Some checks failed
Build and Deploy React Package / build-and-publish (push) Failing after 14s
This commit is contained in:
@@ -36,7 +36,9 @@ jobs:
|
||||
|
||||
# 4. Install dependencies with pnpm
|
||||
- name: Install dependencies
|
||||
run: pnpm install
|
||||
run: |
|
||||
pnpm config set approve-builds '["esbuild"]'
|
||||
pnpm install --no-frozen-lockfile
|
||||
|
||||
# 5. Build the React/Vite application
|
||||
# This assumes your vite.config.js/ts is configured to output to 'dist'
|
||||
|
||||
Reference in New Issue
Block a user