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:
Lukasz Ostrowski 2022-08-24 11:23:40 +02:00 committed by GitHub
parent fefaeb00a8
commit f292225951
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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