Skip to content

Commit a5c6124

Browse files
committed
Use yarn start
1 parent 4e449ae commit a5c6124

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"license": "MIT",
77
"scripts": {
88
"clean": "gatsby clean && rm -rf ../node_modules/gh-pages/.cache",
9-
"develop": "gatsby develop",
9+
"start": "gatsby develop",
1010
"stage": "gatsby build",
1111
"build": "gatsby build --prefix-paths && cp ./README.md public/",
1212
"serve": "gatsby serve --prefix-paths",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"license": "MIT",
77
"scripts": {
88
"clean": "yarn workspace example clean",
9-
"develop": "yarn workspace example develop",
9+
"start": "yarn workspace example develop",
1010
"build": "yarn workspace example build",
1111
"serve": "yarn workspace example serve",
1212
"deploy": "yarn workspaces run deploy",

0 commit comments

Comments
 (0)