Skip to content

Commit

Permalink
fix: test6
Browse files Browse the repository at this point in the history
  • Loading branch information
phondani0 committed Aug 15, 2024
1 parent f991a9a commit 2dc9750
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .releaserc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,11 @@ prepare:
- path: "@semantic-release/exec"
cmd: "git add package.json && git status && git commit -m 'chore: update package.json version to ${nextRelease.version}'"

- path: "@semantic-release/github"
cmd: "vite-serve-${nextRelease.version}.vsix"

npmPublish: false

assets:
- "vite-serve-*.vsix"
- "vite-serve-${nextRelease.version}.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...2");
vscode.window.showInformationMessage("Preparing Vite environment...3");

const installCommand =
"npm install vite @vitejs/plugin-react --save-dev";
Expand Down

0 comments on commit 2dc9750

Please sign in to comment.