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 2034feb Update vscode.yml 2034feb is described below commit 2034feb84aab2c8026eb54005dc7d5695c73ec5e Author: Marat Gubaidullin <marat.gubaidul...@gmail.com> AuthorDate: Fri Jul 29 12:40:04 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 9a1c77c..e6d991f 100644 --- a/.github/workflows/vscode.yml +++ b/.github/workflows/vscode.yml @@ -49,11 +49,11 @@ jobs: # Building Karavan VSCode extensions - name: Karavan VS Code extension (install dependencies) working-directory: ./karavan-vscode - run: npm install + 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