Browse Source
Merge branch 'main' into fix/release-web-workflow
pull/795/head
Dan Ditomaso
11 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
4 additions and
0 deletions
-
.github/workflows/release-web.yml
|
|
|
@ -81,6 +81,10 @@ jobs: |
|
|
|
working-directory: packages/web |
|
|
|
run: pnpm run build |
|
|
|
|
|
|
|
- name: Build web package |
|
|
|
working-directory: packages/web |
|
|
|
run: pnpm run build |
|
|
|
|
|
|
|
- name: Create Web App Release Archive |
|
|
|
working-directory: packages/web |
|
|
|
run: pnpm run package |
|
|
|
|