Skip to content

Commit 7f78fc8

Browse files
committed
fix: added static context to clear the .amplify/generated/env Directory before synthesis
1 parent 4f2d18c commit 7f78fc8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.changeset/seven-rabbits-poke.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
---
2+
---

packages/backend-function/src/factory.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,6 @@ export type FunctionProps = {
133133
*/
134134
class FunctionFactory implements ConstructFactory<AmplifyFunction> {
135135
private generator: ConstructContainerEntryGenerator;
136-
137136
/**
138137
* Create a new AmplifyFunctionFactory
139138
*/

0 commit comments

Comments
 (0)