Skip to content
This repository was archived by the owner on Jul 31, 2022. It is now read-only.

Commit b7254fc

Browse files
committed
fix publish script
1 parent c4f2bea commit b7254fc

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
@@ -217,7 +217,7 @@
217217
"env:source": "export $(cat .envrc | xargs)",
218218
"vsce:publish": "vsce publish",
219219
"open-vsx:publish": "ovsx publish -p \"$OPEN_VSX_ACCESS_TOKEN\"",
220-
"publish": "vsce:publish && open-vsx:publish",
220+
"publish": "npm run vsce:publish && npm run open-vsx:publish",
221221
"upgrade-interactive": "npx npm-check -u"
222222
},
223223
"devDependencies": {

0 commit comments

Comments
 (0)