Skip to content

Commit

Permalink
Try to use --no-dependencies on all vsce scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoespeon committed Aug 14, 2024
1 parent c7f7e50 commit 449f1c9
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 publish --no-dependencies",
"deploy:ovsx": "ovsx publish --no-dependencies"
},
"devDependencies": {
"@babel/core": "7.25.2",
Expand Down

0 comments on commit 449f1c9

Please sign in to comment.