We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e449ae commit a5c6124Copy full SHA for a5c6124
example/package.json
@@ -6,7 +6,7 @@
6
"license": "MIT",
7
"scripts": {
8
"clean": "gatsby clean && rm -rf ../node_modules/gh-pages/.cache",
9
- "develop": "gatsby develop",
+ "start": "gatsby develop",
10
"stage": "gatsby build",
11
"build": "gatsby build --prefix-paths && cp ./README.md public/",
12
"serve": "gatsby serve --prefix-paths",
package.json
"clean": "yarn workspace example clean",
- "develop": "yarn workspace example develop",
+ "start": "yarn workspace example develop",
"build": "yarn workspace example build",
"serve": "yarn workspace example serve",
"deploy": "yarn workspaces run deploy",
0 commit comments