Skip to content

Commit 520d467

Browse files
authored
Merge pull request RooCodeInc#1291 from RooVetGit/cte/fix-marketplace-publish
2 parents d7e8c2e + f4a6f06 commit 520d467

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.github/workflows/marketplace-publish.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,7 @@ jobs:
2929
- name: Install Dependencies
3030
run: |
3131
npm install -g vsce ovsx
32-
npm install
33-
cd webview-ui
34-
npm install
35-
cd ..
32+
npm run install:ci
3633
- name: Package and Publish Extension
3734
env:
3835
VSCE_PAT: ${{ secrets.VSCE_PAT }}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,6 +334,7 @@
334334
"get-folder-size": "^5.0.0",
335335
"globby": "^14.0.2",
336336
"isbinaryfile": "^5.0.2",
337+
"js-tiktoken": "^1.0.19",
337338
"mammoth": "^1.8.0",
338339
"monaco-vscode-textmate-theme-converter": "^0.1.7",
339340
"openai": "^4.78.1",
@@ -348,7 +349,6 @@
348349
"sound-play": "^1.1.0",
349350
"string-similarity": "^4.0.4",
350351
"strip-ansi": "^7.1.0",
351-
"js-tiktoken": "^1.0.19",
352352
"tmp": "^0.2.3",
353353
"tree-sitter-wasms": "^0.1.11",
354354
"turndown": "^7.2.0",

0 commit comments

Comments
 (0)