diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 7f06b6f..f660ded 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -178,9 +178,7 @@ jobs: registry-url: 'https://registry.npmjs.org' - name: Install dependencies - run: | - npm install -w @pragmasoft-ukraine/kite-chat-component - npm install -w @pragmasoft-ukraine/kite-chat + run: npm install - name: Build Kite Chat component run: npm run build -w @pragmasoft-ukraine/kite-chat-component