aboutsummaryrefslogtreecommitdiffstats
path: root/packages/contracts-gen/src/index.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/contracts-gen/src/index.ts')
-rw-r--r--packages/contracts-gen/src/index.ts6
1 files changed, 6 insertions, 0 deletions
diff --git a/packages/contracts-gen/src/index.ts b/packages/contracts-gen/src/index.ts
new file mode 100644
index 000000000..c5f4b01f1
--- /dev/null
+++ b/packages/contracts-gen/src/index.ts
@@ -0,0 +1,6 @@
+/**
+ * This module is a CLI tool. As soon as you run it - it starts doing stuff.
+ * At the same time - our installation tests assume that you can import package without causing side effects.
+ * That's why our main entry point it empty. No side effects. But our secondary entry point - contracts-gen.ts is a CLI tool and starts running as soon as you import/run it.
+ */
+export {};