From 8ca3f3171d3c471d2249d063ce91d6e3db174a5d Mon Sep 17 00:00:00 2001 From: ezsh <ezsh.junk@gmail.com> Date: Wed, 17 Mar 2021 01:15:52 +0100 Subject: [PATCH] gulp: extend environment for tweego, but not replace it --- gulpfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gulpfile.js b/gulpfile.js index 46efaa33821..de5f9634357 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": { -- GitLab