Skip to content

Commit

Permalink
fix: test4
Browse files Browse the repository at this point in the history
  • Loading branch information
phondani0 committed Aug 15, 2024
1 parent 8b5da2c commit 5d15f46
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .releaserc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ prepare:

npmPublish: false

assets:
- "vite-serve-*.vsix"
# assets:
# - "vite-serve-*.vsix"

success:
- path: "@semantic-release/exec"
Expand Down
2 changes: 1 addition & 1 deletion src/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export const createTempDirectory = (): string => {

export function installViteInTempDir(tempDir: string): Promise<void> {
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";
Expand Down

0 comments on commit 5d15f46

Please sign in to comment.