Skip to content

Commit

Permalink
Avoid colliison with workspace publish
Browse files Browse the repository at this point in the history
  • Loading branch information
dvdsgl committed Apr 13, 2024
1 parent 3d866bd commit c571133
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/quicktype-vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@
]
},
"scripts": {
"publish": "vsce publish -p $VSCE_TOKEN",
"pub": "vsce publish -p $VSCE_TOKEN",
"package": "vsce package",
"vscode:prepublish": "npm run build",
"build": "tsc -p ./",
Expand Down
2 changes: 1 addition & 1 deletion script/publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,5 @@ jq --arg version $VERSION \
rm package.1.json
mv package.2.json package.json

npm run publish
npm run pub
cd -

0 comments on commit c571133

Please sign in to comment.