Skip to content

Commit

Permalink
[TECH] Ne pas ouvrir de nouvel onglet au lancement de Storybook en dé…
Browse files Browse the repository at this point in the history
…veloppement

 #711
  • Loading branch information
pix-service-auto-merge authored Aug 1, 2024
2 parents 9ba1c40 + 11386e9 commit a9809a4
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 a9809a4

Please sign in to comment.