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

Commit acc8dd0

Browse files
authored
Merge pull request #30 from xfalcox/fix-packaging
Fix packaging
2 parents 9bde4dc + 7944838 commit acc8dd0

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)