fixed pnpm downloading
Some checks failed
Build and Deploy React Package / build-and-publish (push) Failing after 2m39s
Some checks failed
Build and Deploy React Package / build-and-publish (push) Failing after 2m39s
This commit is contained in:
@@ -36,7 +36,9 @@ jobs:
|
|||||||
|
|
||||||
# 4. Install dependencies with pnpm
|
# 4. Install dependencies with pnpm
|
||||||
- name: Install dependencies
|
- 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
|
# 5. Build the React/Vite application
|
||||||
# This assumes your vite.config.js/ts is configured to output to 'dist'
|
# This assumes your vite.config.js/ts is configured to output to 'dist'
|
||||||
|
|||||||
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1,5 +1,6 @@
|
|||||||
.env
|
.env
|
||||||
package-lock.json
|
package-lock.json
|
||||||
|
pnpm-lock.yaml
|
||||||
# Logs
|
# Logs
|
||||||
logs
|
logs
|
||||||
*.log
|
*.log
|
||||||
|
|||||||
@@ -18,7 +18,6 @@
|
|||||||
"dotenv": "17.4.2",
|
"dotenv": "17.4.2",
|
||||||
"immer": "11.1.4",
|
"immer": "11.1.4",
|
||||||
"keycloak-js": "26.2.3",
|
"keycloak-js": "26.2.3",
|
||||||
"miew-react": "0.11.0",
|
|
||||||
"react": "19.2.5",
|
"react": "19.2.5",
|
||||||
"react-dom": "19.2.5",
|
"react-dom": "19.2.5",
|
||||||
"react-helmet": "6.1.0",
|
"react-helmet": "6.1.0",
|
||||||
|
|||||||
2921
pnpm-lock.yaml
generated
2921
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user