diff --git a/package.json b/package.json index 0a899a398..d8446321f 100644 --- a/package.json +++ b/package.json @@ -127,7 +127,7 @@ "dir": "./docs/.vuepress/dist", "url": "https://github.com/tsedio/tsed-cli.git", "branch": "gh-pages", - "cname": "cli.tsed.io" + "cname": "cli.tsed.dev" } ] }, diff --git a/packages/cli-plugin-jest/src/hooks/JestInitHook.ts b/packages/cli-plugin-jest/src/hooks/JestInitHook.ts index 60b692886..b7d17d048 100644 --- a/packages/cli-plugin-jest/src/hooks/JestInitHook.ts +++ b/packages/cli-plugin-jest/src/hooks/JestInitHook.ts @@ -30,7 +30,7 @@ export class JestInitHook { { title: "Generate files for jest", task: (ctx: any) => { - return this.rootRenderer.renderAll(["vi.config.js.hbs"], ctx, { + return this.rootRenderer.renderAll(["jest.config.js.hbs"], ctx, { templateDir: `${TEMPLATE_DIR}/init` }); }