Run docs dev without regenerating CLI docs (#1676)
## Description
Hack to prevent long waits for go code to build
## Type of change
- [x] 🗺️ Documentation
This commit is contained in:
parent
2ab8530b63
commit
7a9e12311c
@ -24,6 +24,9 @@ buildimage:
|
|||||||
dev: genclidocs
|
dev: genclidocs
|
||||||
$(WEBC) npm start -- --host 0.0.0.0
|
$(WEBC) npm start -- --host 0.0.0.0
|
||||||
|
|
||||||
|
noclidev:
|
||||||
|
$(WEBC) npm start -- --host 0.0.0.0
|
||||||
|
|
||||||
VALE_TARGET ?= docs README.md
|
VALE_TARGET ?= docs README.md
|
||||||
|
|
||||||
check: genclidocs
|
check: genclidocs
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user