mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-01-02 13:50:36 +01:00
removing premature return 😆
This commit is contained in:
@@ -70,8 +70,6 @@ function preserveExtraneousPlugins() {
|
||||
// Add those packages to package.json
|
||||
Object.assign(packageContents.dependencies, extraneous);
|
||||
fs.writeFileSync(packageFilePath, JSON.stringify(packageContents, null, 2));
|
||||
console.log('written');
|
||||
process.exit(0);
|
||||
}
|
||||
|
||||
exports.preserveExtraneousPlugins = preserveExtraneousPlugins;
|
||||
|
||||
Reference in New Issue
Block a user