You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ma...@apache.org on 2022/08/03 22:50:50 UTC

[camel-karavan] branch main updated: Update vscode.yml

This is an automated email from the ASF dual-hosted git repository.

marat pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-karavan.git


The following commit(s) were added to refs/heads/main by this push:
     new 40f524b  Update vscode.yml
40f524b is described below

commit 40f524b757d224ae434cdf421c89e080d02a2f7a
Author: Marat Gubaidullin <ma...@gmail.com>
AuthorDate: Wed Aug 3 18:50:47 2022 -0400

    Update vscode.yml
---
 .github/workflows/vscode.yml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/vscode.yml b/.github/workflows/vscode.yml
index e6d991f..7c0b7b6 100644
--- a/.github/workflows/vscode.yml
+++ b/.github/workflows/vscode.yml
@@ -44,16 +44,16 @@ jobs:
 
       - name: Karavan Core install
         working-directory: ./karavan-core
-        run: npm install && npm pack
+        run: npm install
 
       #  Building Karavan VSCode extensions
       - name: Karavan VS Code extension (install dependencies)
         working-directory: ./karavan-vscode  
         run: npm update && npm install 
 
-#       - name: Karavan VS Code extension (build)
-#         working-directory: ./karavan-vscode  
-#         run: npm run package
+      - name: Karavan VS Code extension (build)
+        working-directory: ./karavan-vscode  
+        run: npm run package
 
       - name: Karavan VS Code extension (install vsce)
         working-directory: ./karavan-vscode