fix: install all dependencies and symlink

pull/5205/head
Hossein 2021-09-28 20:48:51 +03:30 committed by Richard Hansen
parent 0e311184cf
commit d262e31bbf
1 changed files with 2 additions and 6 deletions

View File

@ -116,9 +116,7 @@ jobs:
node-version: 12
- name: Install all dependencies and symlink for ep_etherpad-lite
run: |
cd src
npm ci --no-optional
run: src/bin/installOnWindows.bat
- name: Fix up the settings.json
run: |
@ -172,9 +170,7 @@ jobs:
# if npm correctly hoists the dependencies, the hoisting seems to confuse
# tools such as `npm outdated`, `npm update`, and some ESLint rules.
- name: Install all dependencies and symlink for ep_etherpad-lite
run: |
cd src
npm ci --no-optional
run: src/bin/installOnWindows.bat
- name: Fix up the settings.json
run: |