Skip to content

Commit 9321f1c

Browse files
committed
chore: added v2 shim
1 parent 5838770 commit 9321f1c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

layers/src/layer-publisher-stack.ts

+6
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,12 @@ export class LayerPublisherStack extends Stack {
144144
);
145145
}
146146

147+
// Phase 0: Remove after pre-release
148+
// we need this because while we are in pre-release, the version is not updated normally on this branch
149+
execSync(
150+
`echo "{ \"iteration\": 0 }" > ${join(projectRoot, 'v2.json')}`
151+
);
152+
147153
// Phase 1: Cleanup & create tmp folder
148154
execSync(
149155
[

0 commit comments

Comments
 (0)