We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9bde4dc + 7944838 commit acc8dd0Copy full SHA for acc8dd0
package.json
@@ -82,8 +82,8 @@
82
},
83
"scripts": {
84
"compile": "tsc -p ./",
85
- "package": "vsce package --yarn --githubBranch main",
86
- "publish": "vsce publish --yarn --githubBranch main",
+ "package": "vsce package --no-yarn --githubBranch main",
+ "publish": "vsce publish --no-yarn --githubBranch main",
87
"test": "node ./out/test/runTest.js",
88
"vscode:prepublish": "yarn compile",
89
"watch": "tsc --watch -p ./"
0 commit comments