Skip to content

Commit

Permalink
Temporary add --force flag
Browse files Browse the repository at this point in the history
Since Vidstack Player does not support React 19 yet, so adding the --force flag is a temporary a workaround
  • Loading branch information
yell0wsuit committed Dec 20, 2024
1 parent 8d26cec commit 69d6c57
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/electron.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ jobs:
pip install --upgrade pip setuptools
- name: Ensure package-lock.json is up to date
run: npm install
run: npm install --force
env:
CI: true

Expand All @@ -135,13 +135,13 @@ jobs:
run: |
if [ "${{ matrix.os }}" = "macos-latest" ]; then
source venv/bin/activate
npm install appdmg --save-dev
npm install appdmg --save-dev --force
fi
npm ci
npm ci --force
- name: Install dependencies (Windows)
if: matrix.os == 'windows-latest'
run: npm ci
run: npm ci --force

- name: Build Electron app (macOS)
if: matrix.os == 'macos-latest'
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"author": "yell0wsuit",
"description": "An English-learning interactive tool written in React, designed to help learners practice speaking and listening",
"private": true,
"version": "3.0.0",
"version": "3.0.1",
"type": "module",
"main": "main.cjs",
"license": "Apache-2.0",
Expand Down

0 comments on commit 69d6c57

Please sign in to comment.