mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-26 02:16:16 -04:00
fix: install all dependencies and symlink
This commit is contained in:
parent
0e311184cf
commit
d262e31bbf
1 changed files with 2 additions and 6 deletions
8
.github/workflows/backend-tests.yml
vendored
8
.github/workflows/backend-tests.yml
vendored
|
@ -116,9 +116,7 @@ jobs:
|
||||||
node-version: 12
|
node-version: 12
|
||||||
|
|
||||||
- name: Install all dependencies and symlink for ep_etherpad-lite
|
- name: Install all dependencies and symlink for ep_etherpad-lite
|
||||||
run: |
|
run: src/bin/installOnWindows.bat
|
||||||
cd src
|
|
||||||
npm ci --no-optional
|
|
||||||
|
|
||||||
- name: Fix up the settings.json
|
- name: Fix up the settings.json
|
||||||
run: |
|
run: |
|
||||||
|
@ -172,9 +170,7 @@ jobs:
|
||||||
# if npm correctly hoists the dependencies, the hoisting seems to confuse
|
# if npm correctly hoists the dependencies, the hoisting seems to confuse
|
||||||
# tools such as `npm outdated`, `npm update`, and some ESLint rules.
|
# tools such as `npm outdated`, `npm update`, and some ESLint rules.
|
||||||
- name: Install all dependencies and symlink for ep_etherpad-lite
|
- name: Install all dependencies and symlink for ep_etherpad-lite
|
||||||
run: |
|
run: src/bin/installOnWindows.bat
|
||||||
cd src
|
|
||||||
npm ci --no-optional
|
|
||||||
|
|
||||||
- name: Fix up the settings.json
|
- name: Fix up the settings.json
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue