Skip to content

Commit 9e07066

Browse files
authored
chore(gatsby-starter-minimal): Add serve script (#28458)
1 parent e731389 commit 9e07066

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

starters/gatsby-starter-minimal/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
"develop": "gatsby develop",
1212
"start": "gatsby develop",
1313
"build": "gatsby build",
14+
"serve": "gatsby serve",
1415
"clean": "gatsby clean"
1516
},
1617
"license": "0BSD",

0 commit comments

Comments
 (0)