File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments