Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 7944838

Browse files
committed
Fix packaging
1 parent 9bde4dc commit 7944838

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@
8282
},
8383
"scripts": {
8484
"compile": "tsc -p ./",
85-
"package": "vsce package --yarn --githubBranch main",
86-
"publish": "vsce publish --yarn --githubBranch main",
85+
"package": "vsce package --no-yarn --githubBranch main",
86+
"publish": "vsce publish --no-yarn --githubBranch main",
8787
"test": "node ./out/test/runTest.js",
8888
"vscode:prepublish": "yarn compile",
8989
"watch": "tsc --watch -p ./"

0 commit comments

Comments
 (0)