From f4a6f06a28d40c5fcc39346f7657921588dbb619 Mon Sep 17 00:00:00 2001 From: Chris Estreich Date: Sat, 1 Mar 2025 08:18:43 -0800 Subject: [PATCH] Fix "install dependencies" section of marketplace-publish --- .github/workflows/marketplace-publish.yml | 5 +---- package.json | 2 +- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/marketplace-publish.yml b/.github/workflows/marketplace-publish.yml index fcc089c1db..794e598b80 100644 --- a/.github/workflows/marketplace-publish.yml +++ b/.github/workflows/marketplace-publish.yml @@ -29,10 +29,7 @@ jobs: - name: Install Dependencies run: | npm install -g vsce ovsx - npm install - cd webview-ui - npm install - cd .. + npm run install:ci - name: Package and Publish Extension env: VSCE_PAT: ${{ secrets.VSCE_PAT }} diff --git a/package.json b/package.json index b8427fd303..16b1e1e5d4 100644 --- a/package.json +++ b/package.json @@ -334,6 +334,7 @@ "get-folder-size": "^5.0.0", "globby": "^14.0.2", "isbinaryfile": "^5.0.2", + "js-tiktoken": "^1.0.19", "mammoth": "^1.8.0", "monaco-vscode-textmate-theme-converter": "^0.1.7", "openai": "^4.78.1", @@ -348,7 +349,6 @@ "sound-play": "^1.1.0", "string-similarity": "^4.0.4", "strip-ansi": "^7.1.0", - "js-tiktoken": "^1.0.19", "tmp": "^0.2.3", "tree-sitter-wasms": "^0.1.11", "turndown": "^7.2.0",