Skip to content

Commit

Permalink
fix(synth): run cdk-synth with env-staging.js
Browse files Browse the repository at this point in the history
  • Loading branch information
DASPRiD committed Feb 16, 2024
1 parent 551324d commit 7a61936
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/synth.ts
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ export const synthProject = async (
await execute(
context.stdout,
"pnpm",
["exec", "cdk", "synth", "--app", "dist/env-uat.js"],
["exec", "cdk", "synth", "--app", "dist/env-staging.js"],
{
cwd: path.join(projectPath, "cdk"),
},
Expand Down

0 comments on commit 7a61936

Please sign in to comment.