mirror of
https://github.com/cupcakearmy/cryptgeon.git
synced 2025-09-01 07:10:39 +00:00
change entry point for cli test
This commit is contained in:
@@ -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',
|
||||
|
Reference in New Issue
Block a user