carbon-design-system / gatsby-starter-carbon-theme

A Gatsby starter demonstrating the Gatsby Carbon theme
Apache License 2.0
18 stars 24 forks source link

npm script names don't match the npm scripts guide #9

Open grahamharper opened 4 years ago

grahamharper commented 4 years ago

The npm scripts guide says

develop - this is your primary for starting up your gatsby site for development develop:clean - this is provided as a convenience; it first runs clean then develop

https://github.com/carbon-design-system/gatsby-starter-carbon-theme/blob/master/src/pages/guides/npm-scripts.mdx#develop

But the actual scripts in this starter are dev and dev:clean

https://github.com/carbon-design-system/gatsby-starter-carbon-theme/blob/master/package.json

vpicone commented 4 years ago

Yikes, that's annoying. Do you mind opening a PR for that to the starter?

grahamharper commented 4 years ago

Which should it be, dev or develop?