Skip to content

Commit

Permalink
Merge branch 'develop' into new_ttspeech
Browse files Browse the repository at this point in the history
  • Loading branch information
panaC committed Dec 2, 2024
2 parents fbe91f0 + 269f884 commit 2ffc27f
Show file tree
Hide file tree
Showing 290 changed files with 797 additions and 92,715 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ jobs:
- run: npm cache clean --force
- run: npm cache verify
- run: cat package-lock.json | grep -i divina-player-js
- run: npm ci
- run: npm ci --foreground-scripts
- run: npm list -g node-gyp || echo ok
- run: npm list node-gyp || echo ok
- name: PR action (just build)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ See: https://github.com/edrlab/thorium-reader/wiki/Localization-(l10n)-language-

### Install dependencies

* `npm install` (or `npm ci`): initialize local `node_modules` packages from dependencies declared in `package.json` (this will also automatically call a long-running compilation stage in `npm run postinstall`)
* `npm install --foreground-scripts` (or `npm ci --foreground-scripts`): initialize local `node_modules` packages from dependencies declared in `package.json` (this will also automatically call a long-running compilation stage in `npm run postinstall`)
* in case of failure to NPM "install" because of "Divina player" SHA integrity mismatch, please try running the following command in your shell: `node scripts/package-lock-patch.js && cat package-lock.json | grep -i divina-player-js`

### Start application in development environment
Expand Down
Loading

0 comments on commit 2ffc27f

Please sign in to comment.