mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-04 06:09:14 -04:00
plugins: Always install plugins with --no-save
The npm CLI can get confused if `package.json` or `package-lock.json` exist.
This commit is contained in:
parent
b3b5af3c3c
commit
6163339c0d
8 changed files with 12 additions and 9 deletions
|
@ -29,7 +29,7 @@ _install_libreoffice: &install_libreoffice >-
|
|||
sudo apt-get -y install libreoffice libreoffice-pdfimport
|
||||
|
||||
_install_plugins: &install_plugins >-
|
||||
npm install
|
||||
npm install --no-save
|
||||
ep_align
|
||||
ep_author_hover
|
||||
ep_cursortrace
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue