Skip to content

Commit

Permalink
feat(dx): do not open new tab on dev launch
Browse files Browse the repository at this point in the history
  • Loading branch information
yannbertrand authored Aug 1, 2024
1 parent 9ba1c40 commit 11386e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"build-ember": "ember build --environment=production",
"serve-ember": "ember serve",
"build-storybook": "ember build && cp -v CNAME dist && storybook build",
"serve-storybook": "storybook dev --port 9001",
"serve-storybook": "storybook dev --port 9001 --no-open",
"clean": "rm -rf dist node_modules",
"deploy-storybook": "storybook-to-ghpages",
"lint": "npm-run-all --aggregate-output --parallel --continue-on-error 'lint:!(fix)'",
Expand Down

0 comments on commit 11386e9

Please sign in to comment.