From d1e326cdda1a3714fb78e78e2e33616174cbd6fb Mon Sep 17 00:00:00 2001 From: David Barrat Date: Sun, 17 Dec 2023 02:14:22 +0100 Subject: [PATCH] fix path --- .changeset/bright-pots-heal.md | 5 +++++ packages/cli/index.js | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 .changeset/bright-pots-heal.md diff --git a/.changeset/bright-pots-heal.md b/.changeset/bright-pots-heal.md new file mode 100644 index 0000000..46db337 --- /dev/null +++ b/.changeset/bright-pots-heal.md @@ -0,0 +1,5 @@ +--- +"@authdog/hydra-cli": patch +--- + +fix wrong path diff --git a/packages/cli/index.js b/packages/cli/index.js index f53e215..a3bebca 100644 --- a/packages/cli/index.js +++ b/packages/cli/index.js @@ -1,2 +1,2 @@ #!/usr/bin/env node -require("../build/index.js") \ No newline at end of file +require("./build/index.js") \ No newline at end of file