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:
Niraj Tolia 2022-12-04 18:59:28 -08:00 committed by GitHub
parent 2ab8530b63
commit 7a9e12311c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,6 +24,9 @@ buildimage:
dev: genclidocs
$(WEBC) npm start -- --host 0.0.0.0
noclidev:
$(WEBC) npm start -- --host 0.0.0.0
VALE_TARGET ?= docs README.md
check: genclidocs