We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8346a0 commit 29fa3bbCopy full SHA for 29fa3bb
1 file changed
src/commands/deploy/node-pipeline/build_project.ts
@@ -27,6 +27,7 @@ export const build_project = async (args: BuildProjectArgs) => {
27
timeout,
28
cwd,
29
enableOutput: true,
30
+ env: args.env,
31
});
32
} else {
33
log.info(`⚡️ No build step`);
0 commit comments