Add start script to package.json (#22)

Most people tend to look for a start script in package.json, Added a start script to run the develop script already stated
This commit is contained in:
Daniel show
2018-10-27 12:55:01 -07:00
committed by Kyle Mathews
parent 6166832c48
commit b8631d7b98
+1
View File
@@ -4,6 +4,7 @@
"license": "MIT",
"scripts": {
"develop": "gatsby develop",
"start": "npm run develop",
"build": "gatsby build",
"serve": "gatsby serve"
},