typo
parent
bfbe31249f
commit
c441dc0477
2
makefile
2
makefile
|
@ -23,5 +23,5 @@ serve-docs: docs
|
||||||
darkhttpd $(DOCS_DIR) --addr $(DOCS_HTTPD_ADDR) --port $(DOCS_HTTPD_PORT) --log $(DOCS_HTTPD_ACCESS_LOGS)
|
darkhttpd $(DOCS_DIR) --addr $(DOCS_HTTPD_ADDR) --port $(DOCS_HTTPD_PORT) --log $(DOCS_HTTPD_ACCESS_LOGS)
|
||||||
|
|
||||||
install-esbuild:
|
install-esbuild:
|
||||||
@echo "install ebbuild"
|
@echo "install esbuild"
|
||||||
[ -f node_modules/.bin/esbuild ] || npm install esbuild
|
[ -f node_modules/.bin/esbuild ] || npm install esbuild
|
||||||
|
|
Loading…
Reference in New Issue