fix: install preview version of dev-cli (#9750)

This commit is contained in:
Harminder Virk
2024-10-24 14:19:32 +05:30
committed by GitHub
parent 809c8a6741
commit 432af1e2d1

View File

@@ -31,7 +31,7 @@ runs:
- name: Install dev cli
shell: "bash"
run: sudo npm i -g medusa-dev-cli
run: sudo npm i -g medusa-dev-cli@preview
- name: Set path to medusa repo
shell: "bash"