mirror of
https://github.com/cupcakearmy/cryptgeon.git
synced 2024-12-22 16:26:28 +00:00
change entry point for cli test
This commit is contained in:
parent
752e68e213
commit
f9c26ba81c
@ -88,7 +88,7 @@ export async function checkLinkDoesNotExist(page: Page, link: string) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
export async function CLI(...args: 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: {
|
env: {
|
||||||
...process.env,
|
...process.env,
|
||||||
CRYPTGEON_SERVER: 'http://localhost:1234',
|
CRYPTGEON_SERVER: 'http://localhost:1234',
|
||||||
|
Loading…
Reference in New Issue
Block a user