Skip to content

Commit 40c2bfa

Browse files
authored
Add pnpm install to release step (#795)
* more github changes * moar changes
1 parent a10023f commit 40c2bfa

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/release-web.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,13 @@ jobs:
7474
cache: pnpm
7575
cache-dependency-path: '**/pnpm-lock.yaml'
7676

77+
- name: Install dependencies
78+
run: pnpm install --frozen-lockfile
79+
80+
- name: Build web package
81+
working-directory: packages/web
82+
run: pnpm run build
83+
7784
- name: Build web package
7885
working-directory: packages/web
7986
run: pnpm run build

0 commit comments

Comments
 (0)