Skip to content

Commit 5be3fac

Browse files
committed
chore: removes spawn task entirely
1 parent 44fc584 commit 5be3fac

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.projen/tasks.json

Lines changed: 0 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.projenrc.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,9 @@ cdkConfig.json.addDeletionOverride('output');
6868
*/
6969
project.testTask.steps.forEach((step) => {
7070
if (step.spawn?.startsWith('integ:')) {
71-
Object.assign(step, { spawn: 'true' });
71+
Object.assign(step, {
72+
spawn: undefined,
73+
});
7274
}
7375
});
7476

0 commit comments

Comments
 (0)