From 432af1e2d16c47afdbc2f811eee9a0089035251c Mon Sep 17 00:00:00 2001 From: Harminder Virk Date: Thu, 24 Oct 2024 14:19:32 +0530 Subject: [PATCH] fix: install preview version of dev-cli (#9750) --- .github/actions/setup-server/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/setup-server/action.yml b/.github/actions/setup-server/action.yml index 155fa294bd..8bb1720911 100644 --- a/.github/actions/setup-server/action.yml +++ b/.github/actions/setup-server/action.yml @@ -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"