mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-05-07 04:35:34 +02:00
Hotfix for #6237
This commit is contained in:
@@ -30,8 +30,6 @@ function updatePackageFile() {
|
||||
exports.updatePackageFile = updatePackageFile;
|
||||
|
||||
function installAll() {
|
||||
process.stdout.write(' started\n'.green);
|
||||
|
||||
var prod = global.env !== 'development';
|
||||
var command = 'npm install';
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user