Added alternative to loading plugins.

This commit is contained in:
SamTV12345 2023-10-03 16:56:30 +02:00
parent e319711e80
commit 0e9020ee1f
5 changed files with 44 additions and 25 deletions

View file

@ -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