Skip to content

Commit 3996136

Browse files
authored
ci: fix release process by including an empty entry point (#1704)
* ci: fix release process by including an empty entry point * another
1 parent 81cf8d4 commit 3996136

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
/**
2+
* This is a temporary fix to work around release problems in CI
3+
* It will be removed
4+
*/
5+
export function factory() {}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
/**
2+
* This is a temporary fix to work around release problems in CI
3+
* It will be removed
4+
*/
5+
export function factory() {}

0 commit comments

Comments
 (0)