Skip to content

Commit eff1011

Browse files
committed
Fix publish:marketplace
1 parent daaf1ea commit eff1011

File tree

2 files changed

+52
-1
lines changed

2 files changed

+52
-1
lines changed

pnpm-lock.yaml

Lines changed: 50 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@
325325
"format": "prettier --write .",
326326
"build": "pnpm lint && pnpm check-types && node esbuild.js --production --bundle --external:vscode --format=cjs --platform=node && pnpm --filter @roo-code/vscode-webview build",
327327
"build:development": "pnpm lint && pnpm check-types && node esbuild.js && pnpm --filter @roo-code/vscode-webview build",
328-
"publish:marketplace": "vsce publish && ovsx publish",
328+
"publish:marketplace": "vsce publish --no-dependencies && ovsx publish --no-dependencies",
329329
"publish": "pnpm vsix && changeset publish && pnpm install --package-lock-only",
330330
"version-packages": "changeset version && pnpm install --package-lock-only",
331331
"vscode:prepublish": "pnpm build",
@@ -425,6 +425,7 @@
425425
"mkdirp": "^3.0.1",
426426
"nock": "^14.0.4",
427427
"npm-run-all2": "^8.0.1",
428+
"ovsx": "^0.10.2",
428429
"prettier": "^3.4.2",
429430
"rimraf": "^6.0.1",
430431
"ts-jest": "^29.2.5",

0 commit comments

Comments
 (0)