diff --git a/src/sandbox/index.js b/src/sandbox/index.js index d330b344..600e9f40 100644 --- a/src/sandbox/index.js +++ b/src/sandbox/index.js @@ -106,6 +106,12 @@ function _start (params, callback) { seed(params, callback) }, + // Run post-seed scripts + function (callback) { + let options = { method: 'postSeed', name: 'postSeed' } + plugins(params, options, callback) + }, + // Run startup scripts (if present) function (callback) { startupScripts(params, callback)