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 04ad733 commit fbcd327Copy full SHA for fbcd327
.github/workflows/nodejs_player.yml
@@ -26,9 +26,9 @@ jobs:
26
with:
27
node-version: ${{ matrix.node-version }}
28
cache: 'npm'
29
- cache-dependency-path: web/player/package-lock.json
+ cache-dependency-path: web/package-lock.json
30
- name: npm build
31
run: |
32
npm install
33
npm run build --if-present
34
- working-directory: ./web/player
+ working-directory: ./web
.github/workflows/nodejx_index.yml
0 commit comments