mirror of
https://github.com/wavetermdev/waveterm
synced 2026-05-24 09:18:27 +00:00
working on fixing the windows build error (#2356)
This commit is contained in:
parent
55f644f2a2
commit
e6b4e36f48
2 changed files with 6 additions and 3 deletions
5
.github/workflows/build-helper.yml
vendored
5
.github/workflows/build-helper.yml
vendored
|
|
@ -72,10 +72,13 @@ jobs:
|
||||||
- uses: nick-fields/retry@v3
|
- uses: nick-fields/retry@v3
|
||||||
name: npm ci
|
name: npm ci
|
||||||
with:
|
with:
|
||||||
command: npm ci --no-audit --no-fund
|
command: npm ci --no-audit --no-fund --timing --foreground-scripts
|
||||||
retry_on: error
|
retry_on: error
|
||||||
max_attempts: 3
|
max_attempts: 3
|
||||||
timeout_minutes: 5
|
timeout_minutes: 5
|
||||||
|
env:
|
||||||
|
GIT_ASKPASS: "echo"
|
||||||
|
GIT_TERMINAL_PROMPT: "0"
|
||||||
- name: Install Task
|
- name: Install Task
|
||||||
uses: arduino/setup-task@v2
|
uses: arduino/setup-task@v2
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
4
package-lock.json
generated
4
package-lock.json
generated
|
|
@ -5045,7 +5045,7 @@
|
||||||
},
|
},
|
||||||
"node_modules/@electron/node-gyp": {
|
"node_modules/@electron/node-gyp": {
|
||||||
"version": "10.2.0-electron.1",
|
"version": "10.2.0-electron.1",
|
||||||
"resolved": "git+https://git@github.com/electron/node-gyp.git#06b29aafb7708acef8b3669835c8a7857ebc92d2",
|
"resolved": "git+https://github.com/electron/node-gyp.git#06b29aafb7708acef8b3669835c8a7857ebc92d2",
|
||||||
"integrity": "sha512-CrYo6TntjpoMO1SHjl5Pa/JoUsECNqNdB7Kx49WLQpWzPw53eEITJ2Hs9fh/ryUYDn4pxZz11StaBYBrLFJdqg==",
|
"integrity": "sha512-CrYo6TntjpoMO1SHjl5Pa/JoUsECNqNdB7Kx49WLQpWzPw53eEITJ2Hs9fh/ryUYDn4pxZz11StaBYBrLFJdqg==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
|
@ -11621,7 +11621,7 @@
|
||||||
},
|
},
|
||||||
"node_modules/@waveterm/docusaurus-og": {
|
"node_modules/@waveterm/docusaurus-og": {
|
||||||
"version": "1.0.0-alpha.132",
|
"version": "1.0.0-alpha.132",
|
||||||
"resolved": "git+https://git@github.com/wavetermdev/docusaurus-og.git#2156619012b8970d922c1ef47789d2f14e47e283",
|
"resolved": "git+https://github.com/wavetermdev/docusaurus-og.git#2156619012b8970d922c1ef47789d2f14e47e283",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@docusaurus/core": "^3.7.0",
|
"@docusaurus/core": "^3.7.0",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue