Change CLI source to point to @saleor/cli in npm (#2252)
CLI is migrated to new namespace. Also, `@next` shouldn't be used on production code
This commit is contained in:
parent
fefaeb00a8
commit
f292225951
1 changed files with 2 additions and 2 deletions
2
.github/workflows/tests-nightly.yml
vendored
2
.github/workflows/tests-nightly.yml
vendored
|
@ -50,7 +50,7 @@ jobs:
|
|||
|
||||
- name: Install saleor cli
|
||||
id: install-saleor-cli
|
||||
run: npm i -g saleor-cli@next
|
||||
run: npm i -g @saleor/cli
|
||||
|
||||
- name: Cache node modules
|
||||
uses: actions/cache@v2
|
||||
|
|
Loading…
Reference in a new issue