Skip to content

Commit 9258237

Browse files
authored
Merge pull request #9 from stackbit-themes/fix-run-name
Fix name of the npm task
2 parents a893236 + 7251acd commit 9258237

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

hydrogen-contentful-demo-store/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"private": true,
77
"scripts": {
88
"dev": "shopify hydrogen dev",
9-
"dev-sb": "mkdir -p node_modules/.bin && touch node_modules/.bin/xdg-open && chmod +x node_modules/.bin/xdg-open && npm run dev",
9+
"dev-no-window": "mkdir -p node_modules/.bin && touch node_modules/.bin/xdg-open && chmod +x node_modules/.bin/xdg-open && npm run dev",
1010
"build": "shopify hydrogen build",
1111
"preview": "shopify hydrogen preview",
1212
"lint": "eslint --ext .js,.jsx,.ts,.tsx src",

hydrogen-contentful-demo-store/stackbit.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ stackbitVersion: ~0.5.0
55
ssgName: custom
66
cmsName: contentful
77
nodeVersion: '16'
8-
devCommand: echo Starting && APP_PORT={PORT} npm run dev-sb
8+
devCommand: echo Starting && APP_PORT={PORT} npm run dev-no-window
99

1010
__unsafe_internal_stackbitRunnerOptions:
1111
displayName: Hydrogen

0 commit comments

Comments
 (0)