diff --git a/.releaserc.yml b/.releaserc.yml index c031f8f..4590c13 100644 --- a/.releaserc.yml +++ b/.releaserc.yml @@ -35,8 +35,8 @@ prepare: npmPublish: false -assets: - - "vite-serve-*.vsix" +# assets: +# - "vite-serve-*.vsix" success: - path: "@semantic-release/exec" diff --git a/src/utils.ts b/src/utils.ts index b129b68..b658f37 100644 --- a/src/utils.ts +++ b/src/utils.ts @@ -11,7 +11,7 @@ export const createTempDirectory = (): string => { export function installViteInTempDir(tempDir: string): Promise { return new Promise((resolve, reject) => { - vscode.window.showInformationMessage("Preparing Vite environment...1"); + vscode.window.showInformationMessage("Preparing Vite environment...2"); const installCommand = "npm install vite @vitejs/plugin-react --save-dev";