Skip to content

Commit 540f007

Browse files
Merge pull request #946 from MukundaKatta/remove-site-fast-makefile
Remove unused `site-fast` target from Makefile
2 parents 6757691 + c561730 commit 540f007

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

Makefile

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,6 @@ setup:
2222
## Run docs.layer5.io on your local machine with draft and future content enabled.
2323
site: check-go
2424
hugo server -D -F
25-
26-
## Run docs.layer5.io on your local machine. Alternate method.
27-
site-fast:
28-
gatsby develop
2925

3026
## Build docs.layer5.io on your local machine.
3127
build:
@@ -36,7 +32,7 @@ clean:
3632
hugo --cleanDestinationDir
3733
make site
3834

39-
.PHONY: setup build site clean site-fast check-go docker
35+
.PHONY: setup build site clean check-go docker
4036

4137
check-go:
4238
@echo "Checking if Go is installed..."

0 commit comments

Comments
 (0)