diff --git a/gulpfile.js b/gulpfile.js
index 46efaa338210bbaac2fad1af06048ee687e05be9..de5f963435722494ea0e98bf8c32149262c36649 100644
--- a/gulpfile.js
+++ b/gulpfile.js
@@ -135,7 +135,7 @@ function cleanupGit(cb) {
 	}
 }
 
-gulp.task('compileStory', shell.task(tweeCompileCommand(), {env: cfg.options.twee.environment, verbose: true}));
+gulp.task('compileStory', shell.task(tweeCompileCommand(), {env: {...process.env, ...cfg.options.twee.environment}, verbose: false}));
 
 const processors = {
 	"css": {