Skip to content

Commit

Permalink
fix build ep4
Browse files Browse the repository at this point in the history
  • Loading branch information
sparkoo committed Dec 6, 2024
1 parent 04ad733 commit fbcd327
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 36 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nodejs_player.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
cache-dependency-path: web/player/package-lock.json
cache-dependency-path: web/package-lock.json
- name: npm build
run: |
npm install
npm run build --if-present
working-directory: ./web/player
working-directory: ./web
34 changes: 0 additions & 34 deletions .github/workflows/nodejx_index.yml

This file was deleted.

0 comments on commit fbcd327

Please sign in to comment.