We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5b1f10 commit 6d3ca4eCopy full SHA for 6d3ca4e
.github/workflows/ci.yml
@@ -23,7 +23,7 @@ jobs:
23
24
- name: Create a Hydrogen app
25
run: |
26
- npm create @shopify/hydrogen@latest -- --template hello-world --language ts --path hydrogen-app --install-deps true
+ npm create @shopify/hydrogen@latest -- --template demo-store --language ts --path hydrogen-app --install-deps true
27
28
- name: Cache node modules
29
id: cache-npm
0 commit comments