Skip to content

Commit a10023f

Browse files
authored
more github changes (#794)
1 parent 0a1afa9 commit a10023f

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
cache: pnpm
3737
cache-dependency-path: '**/pnpm-lock.yaml'
3838

39-
- name: Install dependencies (root)
39+
- name: Install dependencies
4040
run: pnpm install --frozen-lockfile
4141

4242
- name: Run linter

.github/workflows/release-web.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -62,21 +62,21 @@ jobs:
6262
echo "push_latest=$PUSH_LATEST" >> "$GITHUB_OUTPUT"
6363
echo "Resolved tag: $TAG (push_latest=$PUSH_LATEST)"
6464
65-
# --- Setup Node.js and pnpm (with cache) ---
65+
- name: Setup pnpm
66+
uses: pnpm/action-setup@v4
67+
with:
68+
version: latest
69+
6670
- name: Setup Node.js
6771
uses: actions/setup-node@v4
6872
with:
6973
node-version: 22
7074
cache: pnpm
7175
cache-dependency-path: '**/pnpm-lock.yaml'
7276

73-
- name: Setup pnpm
74-
uses: pnpm/action-setup@v4
75-
with:
76-
version: latest
77-
78-
- name: Install dependencies
79-
run: pnpm install --frozen-lockfile
77+
- name: Build web package
78+
working-directory: packages/web
79+
run: pnpm run build
8080

8181
- name: Create Web App Release Archive
8282
working-directory: packages/web

0 commit comments

Comments
 (0)