Skip to content

Commit 83337eb

Browse files
committed
merge main
2 parents 0fbc2cc + 8232465 commit 83337eb

3 files changed

Lines changed: 6 additions & 3 deletions

File tree

.github/workflows/build-helper.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,13 @@ jobs:
7272
- uses: nick-fields/retry@v3
7373
name: npm ci
7474
with:
75-
command: npm ci --no-audit --no-fund
75+
command: npm ci --no-audit --no-fund --timing --foreground-scripts
7676
retry_on: error
7777
max_attempts: 3
7878
timeout_minutes: 5
79+
env:
80+
GIT_ASKPASS: "echo"
81+
GIT_TERMINAL_PROMPT: "0"
7982
- name: Install Task
8083
uses: arduino/setup-task@v2
8184
with:

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"productName": "Wave",
88
"description": "Open-Source AI-Native Terminal Built for Seamless Workflows",
99
"license": "Apache-2.0",
10-
"version": "0.11.6-beta.1",
10+
"version": "0.11.6-beta.2",
1111
"homepage": "https://waveterm.dev",
1212
"build": {
1313
"appId": "dev.commandline.waveterm"

0 commit comments

Comments
 (0)