Skip to content

Commit fbcd327

Browse files
committed
fix build ep4
1 parent 04ad733 commit fbcd327

File tree

2 files changed

+2
-36
lines changed

2 files changed

+2
-36
lines changed

.github/workflows/nodejs_player.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ jobs:
2626
with:
2727
node-version: ${{ matrix.node-version }}
2828
cache: 'npm'
29-
cache-dependency-path: web/player/package-lock.json
29+
cache-dependency-path: web/package-lock.json
3030
- name: npm build
3131
run: |
3232
npm install
3333
npm run build --if-present
34-
working-directory: ./web/player
34+
working-directory: ./web

.github/workflows/nodejx_index.yml

Lines changed: 0 additions & 34 deletions
This file was deleted.

0 commit comments

Comments
 (0)