change entry point for cli test

This commit is contained in:
2024-03-03 01:35:17 +01:00
parent 752e68e213
commit f9c26ba81c

View File

@@ -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',