Skip to content

Commit e707b2a

Browse files
authored
use shopify cli instead of npm (#2771)
1 parent 5099b8d commit e707b2a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: packages/ui-extensions/docs/surfaces/admin/staticPages/examples/deploy.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
cd my-app
33

44
# deploy your app and its extensions:
5-
npm run deploy
5+
shopify app deploy
66

77
# follow the steps to deploy
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# create an app if you don't already have one:
2-
npm init @shopify/app@latest --name my-app
2+
shopify app init --name my-app
33

44
# navigate to your app's root directory:
55
cd my-app
66

77
# generate a new extension:
8-
npm run generate extension
8+
shopify app generate extension
99
# follow the steps to create a new
1010
# extension in ./extensions.

0 commit comments

Comments
 (0)