Skip to content

Commit 5e60598

Browse files
committed
Use npm start to start the dev server
1 parent 5df2e07 commit 5e60598

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
],
1919
"license": "MIT",
2020
"scripts": {
21+
"start": "gatsby develop --open",
2122
"build": "gatsby build",
22-
"develop": "gatsby develop",
2323
"format": "prettier --write 'src/**/*.js'",
2424
"test": "echo \"Error: no test specified\" && exit 1"
2525
},

0 commit comments

Comments
 (0)