mirror of
https://github.com/fullstack-cash/explorer.fullstack.cash.git
synced 2026-09-21 16:52:05 -07:00
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:
committed by
Kyle Mathews
parent
6166832c48
commit
b8631d7b98
@@ -4,6 +4,7 @@
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
"develop": "gatsby develop",
|
||||
"start": "npm run develop",
|
||||
"build": "gatsby build",
|
||||
"serve": "gatsby serve"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user