Skip to content

Commit 8d7fb38

Browse files
authored
Merge pull request #10 from uicrooks/dev
Dev
2 parents 97836c5 + 355698e commit 8d7fb38

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,11 @@ $ yarn install --force
118118
1. Get Shopify API access: [Instructions at Theme Kit Docs](https://shopify.github.io/themekit#get-api-access)
119119

120120
2. Initialize theme on Shopify store with credentials from the first step. Either for **dev** or **live** environment:
121+
122+
> `npm` requires the extra `--` before any arguments! When using `yarn` you can omit them.
123+
121124
```shell
122-
$ npm run shopify:init --password [your-api-password] --store [your-store.myshopify.com] --env [dev or live] --name ['theme name']
125+
$ npm run shopify:init -- --password [your-api-password] --store [your-store.myshopify.com] --env [dev or live] --name ['theme name']
123126
```
124127

125128
3. Publish the new theme through the Shopify panel: **your-store.myshopify.com/admin/themes**

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "shopify-theme-lab",
33
"description": "Customizable modular development environment for blazing-fast Shopify theme creation",
44
"author": "Sergej Samsonenko <contact@sergej.codes>",
5-
"version": "2.1.1",
5+
"version": "2.1.2",
66
"license": "MIT",
77
"repository": {
88
"type": "git",

0 commit comments

Comments
 (0)