Skip to content

Commit

Permalink
Change npm to yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
cweijan committed Jul 15, 2024
1 parent f0ece92 commit fc53271
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -577,7 +577,7 @@
"build": "rimraf out && vite build --mode=production",
"package": "vsce package --no-dependencies",
"publish": "vsce publish --no-dependencies",
"vscode:prepublish": "npm run build"
"vscode:prepublish": "yarn run build"
},
"devDependencies": {
"@types/node": "^20.11.30",
Expand Down

0 comments on commit fc53271

Please sign in to comment.