Browse Source
Add pnpm install to release step (#795)
* more github changes
* moar changes
pull/796/head
v2.6.6
Dan Ditomaso
10 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
7 additions and
0 deletions
-
.github/workflows/release-web.yml
|
|
|
@ -74,6 +74,13 @@ jobs: |
|
|
|
cache: pnpm |
|
|
|
cache-dependency-path: '**/pnpm-lock.yaml' |
|
|
|
|
|
|
|
- name: Install dependencies |
|
|
|
run: pnpm install --frozen-lockfile |
|
|
|
|
|
|
|
- name: Build web package |
|
|
|
working-directory: packages/web |
|
|
|
run: pnpm run build |
|
|
|
|
|
|
|
- name: Build web package |
|
|
|
working-directory: packages/web |
|
|
|
run: pnpm run build |
|
|
|
|