Skip to content

Commit

Permalink
chore(example): use --legacy-peer-deps in custom-webchat github action
Browse files Browse the repository at this point in the history
  • Loading branch information
Iru89 committed Feb 22, 2024
1 parent 4072872 commit 4dc738c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/templates-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
env:
BOTONIC_DISABLE_MIXPANEL: 1
TEST_PATH: custom-webchat
run: (cd $TEST_PATH && npm install -D && npm run build && npm run test)
run: (cd $TEST_PATH && npm install -D --legacy-peer-deps && npm run build && npm run test)
- name: dynamic-carousel build & test
env:
BOTONIC_DISABLE_MIXPANEL: 1
Expand Down

0 comments on commit 4dc738c

Please # to comment.