Skip to content

Commit 072587c

Browse files
committed
Fix Extension Publish Script
1 parent a23a106 commit 072587c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/extension/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
"build:test": "yarn build --configMode=test",
8989
"watch": "yarn build --watch",
9090
"package": "vsce package --yarn",
91-
"publish": "vsce publish --yarn"
91+
"publish-to-marketplace": "vsce publish --yarn"
9292
},
9393
"devDependencies": {
9494
"@rollup/plugin-commonjs": "21.0.1",

workspace.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@
144144
"publish": {
145145
"executor": "@nrwl/workspace:run-script",
146146
"options": {
147-
"script": "publish"
147+
"script": "publish-to-marketplace"
148148
}
149149
}
150150
}

0 commit comments

Comments
 (0)