@codedrifters/configulator 0.0.228 → 0.0.229
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/index.js +2 -2
- package/lib/index.js.map +1 -1
- package/lib/index.mjs +2 -2
- package/lib/index.mjs.map +1 -1
- package/package.json +1 -1
package/lib/index.mjs
CHANGED
|
@@ -15362,7 +15362,7 @@ var MonorepoProject = class extends TypeScriptAppProject {
|
|
|
15362
15362
|
this.buildWorkflow?.addPostBuildSteps(
|
|
15363
15363
|
{
|
|
15364
15364
|
name: "Build Sub Projects",
|
|
15365
|
-
run: `
|
|
15365
|
+
run: `pnpm exec projen ${ROOT_CI_TASK_NAME}`
|
|
15366
15366
|
},
|
|
15367
15367
|
WorkflowSteps.uploadArtifact({
|
|
15368
15368
|
name: "Upload Turbo runs",
|
|
@@ -16020,7 +16020,7 @@ var AwsDeployWorkflow = class _AwsDeployWorkflow extends Component16 {
|
|
|
16020
16020
|
this.buildWorkflow.addPostBuildSteps(
|
|
16021
16021
|
{
|
|
16022
16022
|
name: "Build Sub Projects",
|
|
16023
|
-
run: `
|
|
16023
|
+
run: `pnpm exec projen ${ROOT_CI_TASK_NAME}`
|
|
16024
16024
|
},
|
|
16025
16025
|
WorkflowSteps2.uploadArtifact({
|
|
16026
16026
|
name: "Upload Turbo runs",
|