mirror of
https://git.sr.ht/~seirdy/seirdy.one
synced 2024-11-10 00:12:09 +00:00
Makefile: include custom flags in serve cmd
This commit is contained in:
parent
280e8f1515
commit
cd7e3c234c
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -47,7 +47,7 @@ lint-local: lint-css hint
|
|||
# dev server
|
||||
.PHONY: serve
|
||||
serve:
|
||||
hugo serve --disableLiveReload
|
||||
hugo serve --disableLiveReload $(HUGO_FLAGS)
|
||||
|
||||
.PHONY: hint-devserver
|
||||
hint-devserver: .hintrc-devserver
|
||||
|
|
Loading…
Reference in a new issue