Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix npm script names #10

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

grahamharper
Copy link

matches npm script names to the guide and aligns with gatsby develop

Fixes #9

matches npm script names to the guide and aligns with `gatsby develop`
@@ -4,8 +4,8 @@
"version": "1.26.4",
"license": "Apache 2.0",
"scripts": {
"dev": "gatsby develop -H 0.0.0.0",
"dev:clean": "yarn clean && yarn develop",
"develop": "gatsby develop -H 0.0.0.0",

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would really really encourage to reconsider and use dev instead of develop a large community and docs point to use dev and develop is longer to type.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

npm script names don't match the npm scripts guide
2 participants