Procházet zdrojové kódy

Merge pull request #1291 from RooVetGit/cte/fix-marketplace-publish

Chris Estreich před 10 měsíci
rodič
revize
520d467b04
2 změnil soubory, kde provedl 2 přidání a 5 odebrání
  1. 1 4
      .github/workflows/marketplace-publish.yml
  2. 1 1
      package.json

+ 1 - 4
.github/workflows/marketplace-publish.yml

@@ -29,10 +29,7 @@ jobs:
       - name: Install Dependencies
       - name: Install Dependencies
         run: |
         run: |
           npm install -g vsce ovsx
           npm install -g vsce ovsx
-          npm install
-          cd webview-ui
-          npm install
-          cd ..
+          npm run install:ci
       - name: Package and Publish Extension
       - name: Package and Publish Extension
         env:
         env:
           VSCE_PAT: ${{ secrets.VSCE_PAT }}
           VSCE_PAT: ${{ secrets.VSCE_PAT }}

+ 1 - 1
package.json

@@ -334,6 +334,7 @@
 		"get-folder-size": "^5.0.0",
 		"get-folder-size": "^5.0.0",
 		"globby": "^14.0.2",
 		"globby": "^14.0.2",
 		"isbinaryfile": "^5.0.2",
 		"isbinaryfile": "^5.0.2",
+		"js-tiktoken": "^1.0.19",
 		"mammoth": "^1.8.0",
 		"mammoth": "^1.8.0",
 		"monaco-vscode-textmate-theme-converter": "^0.1.7",
 		"monaco-vscode-textmate-theme-converter": "^0.1.7",
 		"openai": "^4.78.1",
 		"openai": "^4.78.1",
@@ -348,7 +349,6 @@
 		"sound-play": "^1.1.0",
 		"sound-play": "^1.1.0",
 		"string-similarity": "^4.0.4",
 		"string-similarity": "^4.0.4",
 		"strip-ansi": "^7.1.0",
 		"strip-ansi": "^7.1.0",
-		"js-tiktoken": "^1.0.19",
 		"tmp": "^0.2.3",
 		"tmp": "^0.2.3",
 		"tree-sitter-wasms": "^0.1.11",
 		"tree-sitter-wasms": "^0.1.11",
 		"turndown": "^7.2.0",
 		"turndown": "^7.2.0",