|
|
@ -74,6 +74,9 @@ jobs: |
|
|
cache: pnpm |
|
|
cache: pnpm |
|
|
cache-dependency-path: '**/pnpm-lock.yaml' |
|
|
cache-dependency-path: '**/pnpm-lock.yaml' |
|
|
|
|
|
|
|
|
|
|
|
- name: Install dependencies |
|
|
|
|
|
run: pnpm install --frozen-lockfile |
|
|
|
|
|
|
|
|
- name: Build web package |
|
|
- name: Build web package |
|
|
working-directory: packages/web |
|
|
working-directory: packages/web |
|
|
run: pnpm run build |
|
|
run: pnpm run build |
|
|
|