mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-29 03:39:13 -04:00
Added alternative to loading plugins.
This commit is contained in:
parent
e319711e80
commit
0e9020ee1f
5 changed files with 44 additions and 25 deletions
|
@ -137,7 +137,7 @@ try {
|
|||
writeJson('./src/package.json', pkg);
|
||||
|
||||
// run npm version `release` where release is patch, minor or major
|
||||
run('npm install --package-lock-only', {cwd: 'src/'});
|
||||
run('bun install --package-lock-only', {cwd: 'src/'});
|
||||
// run npm install --package-lock-only <-- required???
|
||||
|
||||
// Many users will be using the latest LTS version of npm, and the latest LTS version of npm uses
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue