Skip to content

Commit

Permalink
fix npm publish job
Browse files Browse the repository at this point in the history
  • Loading branch information
RomanenkoStud committed Nov 2, 2023
1 parent 5a0d126 commit 32d4497
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 32d4497

Please sign in to comment.