Skip to content

Commit 29fa3bb

Browse files
committed
fix: show output
1 parent b8346a0 commit 29fa3bb

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/commands/deploy/node-pipeline/build_project.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ export const build_project = async (args: BuildProjectArgs) => {
2727
timeout,
2828
cwd,
2929
enableOutput: true,
30+
env: args.env,
3031
});
3132
} else {
3233
log.info(`⚡️ No build step`);

0 commit comments

Comments
 (0)