Skip to content

Commit

Permalink
[DOP-4033]: Use PATH_PREFIX
Browse files Browse the repository at this point in the history
  • Loading branch information
branberry committed Oct 16, 2023
1 parent bdacf2d commit 1f0328b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/src/helpers/dependency-helpers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ async function createEnvProdFile(repoDir: string, projectName: string, baseUrl:
GATSBY_MANIFEST_PATH=${repoDir}/bundle.zip
GATSBY_PARSER_USER=${process.env.USER}
GATSBY_BASE_URL=${baseUrl}
GATSBY_PATH_PREFIX=${prefix}`,
PATH_PREFIX=${prefix}`,
'utf8'
);
} catch (e) {
Expand Down

0 comments on commit 1f0328b

Please sign in to comment.