We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5099b8d commit e707b2aCopy full SHA for e707b2a
packages/ui-extensions/docs/surfaces/admin/staticPages/examples/deploy.sh
@@ -2,6 +2,6 @@
2
cd my-app
3
4
# deploy your app and its extensions:
5
-npm run deploy
+shopify app deploy
6
7
# follow the steps to deploy
packages/ui-extensions/docs/surfaces/admin/staticPages/examples/getting-started.sh
@@ -1,10 +1,10 @@
1
# create an app if you don't already have one:
-npm init @shopify/app@latest --name my-app
+shopify app init --name my-app
# navigate to your app's root directory:
# generate a new extension:
8
-npm run generate extension
+shopify app generate extension
9
# follow the steps to create a new
10
# extension in ./extensions.
0 commit comments