Skip to content

Commit 1d8f100

Browse files
committed
Remove install of dependencies at codebox startup
1 parent c540244 commit 1d8f100

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

core/cb.addons/main.js

-6
Original file line numberDiff line numberDiff line change
@@ -201,12 +201,6 @@ function setup(options, imports, register, app) {
201201
unlinkInvalid: true
202202
});
203203
})
204-
.then(manager.runAddonsOperation(function(addon) {
205-
// Install node dependencies
206-
return addon.installDependencies();
207-
}, {
208-
failOnError: false
209-
}))
210204
.then(manager.runAddonsOperation(function(addon) {
211205
// Build non optimized addons
212206
return addon.optimizeClient();

0 commit comments

Comments
 (0)