From f9c26ba81cf707513a9c2488d159a5f716b181bc Mon Sep 17 00:00:00 2001 From: Niccolo Borgioli Date: Sun, 3 Mar 2024 01:35:17 +0100 Subject: [PATCH] change entry point for cli test --- test/utils.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/utils.ts b/test/utils.ts index d8c3846..bc04228 100644 --- a/test/utils.ts +++ b/test/utils.ts @@ -88,7 +88,7 @@ export async function checkLinkDoesNotExist(page: Page, link: string) { } export async function CLI(...args: string[]) { - return await exec('./packages/cli/dist/index.cjs', args, { + return await exec('./packages/cli/dist/cli.cjs', args, { env: { ...process.env, CRYPTGEON_SERVER: 'http://localhost:1234',