Skip to content

Commit

Permalink
vsce does not work with yarn workspaces
Browse files Browse the repository at this point in the history
  • Loading branch information
acao committed Apr 7, 2022
1 parent a21acdb commit 500fff6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/vscode-graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -239,9 +239,9 @@
"compile": "npm run compile:server && esbuild ./dist/extension.js --bundle --outfile=out/extension.js --external:vscode --format=cjs --platform=node",
"compile:server": "esbuild ./dist/server/index.js --bundle --outfile=out/server/server.js --external:vscode --format=cjs --platform=node",
"build-bundles": "npm run compile -- --sourcemap",
"vsce:package": "vsce package",
"vsce:package": "vsce package --yarn",
"env:source": "export $(cat .envrc | xargs)",
"vsce:publish": "vsce publish",
"vsce:publish": "vsce publish --yarn",
"open-vsx:publish": "ovsx publish -p \"$OPEN_VSX_ACCESS_TOKEN\"",
"release": "npm run vsce:publish && npm run open-vsx:publish"
},
Expand All @@ -250,7 +250,7 @@
"@types/vscode": "1.62.0",
"esbuild": "0.13.15",
"ovsx": "0.3.0",
"vsce": "2.6.7"
"vsce-yarn-patch": "^1.66.2"
},
"dependencies": {
"graphql": "16.0.0-experimental-stream-defer.5",
Expand Down
2 changes: 2 additions & 0 deletions packages/vscode-graphql/yarn.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
// EMPTY ON PURPOSE, see
// https://github.com/microsoft/vscode-vsce/issues/300

0 comments on commit 500fff6

Please sign in to comment.