Skip to content

Commit d9c7086

Browse files
committed
Hopefully fix webapp builds
1 parent 7c911f4 commit d9c7086

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,9 +130,12 @@ jobs:
130130
cache-dependency-path: 'pnpm-lock.yaml'
131131

132132
- name: Install dependencies
133+
run: pnpm install --frozen-lockfile
134+
135+
- name: Build player package
133136
run: |
134-
cd ${{ matrix.webapp.context }}
135-
pnpm install --frozen-lockfile
137+
cd npm_player
138+
pnpm run build
136139
137140
- name: Build application
138141
env:

0 commit comments

Comments
 (0)