Skip to content

Commit 39db15e

Browse files
committed
[!fix] fix publish script
1 parent 6a4779d commit 39db15e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
]
9999
},
100100
"scripts": {
101-
"deploy": "vsce publish --yarn",
101+
"deploy": "vsce publish",
102102
"vscode:prepublish": "npm run package",
103103
"compile": "npm run check-types && npm run lint && node esbuild.js",
104104
"watch": "npm-run-all -p watch:*",

0 commit comments

Comments
 (0)