Skip to content

Commit

Permalink
Try --no-dependencies to make vsce work with Yarn v4
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoespeon committed Aug 14, 2024
1 parent daac5df commit 10e0c3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@
"postpackage": "mkdir -p dist && mv *.vsix dist",
"package:install": "code --install-extension dist/*.vsix",
"deploy": "yarn deploy:vscode && yarn deploy:ovsx",
"deploy:vscode": "vsce publish",
"deploy:ovsx": "ovsx publish"
"deploy:vscode": "vsce --no-dependencies publish",
"deploy:ovsx": "ovsx --no-dependencies publish"
},
"devDependencies": {
"@babel/core": "7.25.2",
Expand Down

0 comments on commit 10e0c3d

Please sign in to comment.