Skip to content

Commit

Permalink
Try again
Browse files Browse the repository at this point in the history
  • Loading branch information
dvdsgl committed Apr 13, 2024
1 parent dc990cf commit 3d866bd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
4 changes: 2 additions & 2 deletions packages/quicktype-vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
"email": "[email protected]"
},
"bugs": {
"url": "https://github.com/quicktype-vscode/issues"
"url": "https://github.com/quicktype/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/glideapps/quicktype-vscode"
"url": "https://github.com/glideapps/quicktype"
},
"engines": {
"vscode": "^1.87.0"
Expand Down
7 changes: 5 additions & 2 deletions script/publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,10 @@ mv package.1.json packages/quicktype-graphql-input/package.json

npm publish --workspaces --if-present

pushd packages/quicktype-vscode


echo "Publishing vscode extension"
cd packages/quicktype-vscode

# Fix up dependencies for vscode extension
jq --arg version $VERSION \
Expand All @@ -43,4 +46,4 @@ rm package.1.json
mv package.2.json package.json

npm run publish
popd
cd -

0 comments on commit 3d866bd

Please sign in to comment.