From 5d15f468b8eeaea87087a6a5813d69223f311950 Mon Sep 17 00:00:00 2001 From: phondani0 Date: Thu, 15 Aug 2024 17:43:05 +0530 Subject: [PATCH] fix: test4 --- .releaserc.yml | 4 ++-- src/utils.ts | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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";