Skip to content

Commit 6d3ca4e

Browse files
authored
Scaffold demo store instead of hello world template
1 parent b5b1f10 commit 6d3ca4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
2424
- name: Create a Hydrogen app
2525
run: |
26-
npm create @shopify/hydrogen@latest -- --template hello-world --language ts --path hydrogen-app --install-deps true
26+
npm create @shopify/hydrogen@latest -- --template demo-store --language ts --path hydrogen-app --install-deps true
2727
2828
- name: Cache node modules
2929
id: cache-npm

0 commit comments

Comments
 (0)