change entry point for cli test

This commit is contained in:
Niccolo Borgioli 2024-03-03 01:35:17 +01:00
parent 752e68e213
commit f9c26ba81c
No known key found for this signature in database
GPG Key ID: 4897ACD13A65977C
1 changed files with 1 additions and 1 deletions

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