We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c911f4 commit d9c7086Copy full SHA for d9c7086
.github/workflows/release.yml
@@ -130,9 +130,12 @@ jobs:
130
cache-dependency-path: 'pnpm-lock.yaml'
131
132
- name: Install dependencies
133
+ run: pnpm install --frozen-lockfile
134
+
135
+ - name: Build player package
136
run: |
- cd ${{ matrix.webapp.context }}
- pnpm install --frozen-lockfile
137
+ cd npm_player
138
+ pnpm run build
139
140
- name: Build application
141
env:
0 commit comments