Skip to content

Commit 3cebfce

Browse files
committed
fix: change gatsby develop to npm start
Signed-off-by: M-DEV-1 <[email protected]>
1 parent ab6fd60 commit 3cebfce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ setup:
2121

2222
## Run site on your local machine. Alternate method.
2323
site:
24-
gatsby develop
24+
npm start
2525

2626
## Build site on your local machine.
2727
build:

0 commit comments

Comments
 (0)