Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
Co-authored-by: Gert Hengeveld <info@ghengeveld.nl>
  • Loading branch information
tevanoff and ghengeveld committed Jun 12, 2024
1 parent 6fc55b5 commit 710c589
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions node-src/tasks/build.ts
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,9 @@ export const buildStorybook = async (ctx: Context) => {

const subprocess = execaCommand(ctx.buildCommand, {
stdio: [null, logFile, null],
preferLocal: false, // When true, this will run in the node version set
// by the action (node20), not the version set in the workflow
// When `true`, this will run in the node version set by the
// action (node20), not the version set in the workflow
preferLocal: false,
signal,
env: { CI: '1', NODE_ENV: ctx.env.STORYBOOK_NODE_ENV || 'production' },
});
Expand Down

0 comments on commit 710c589

Please sign in to comment.