From c3db3494f3b91931c008a1f97c55635ac222a446 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Se=CC=81rgio=20Ramos?= Date: Mon, 12 Dec 2016 10:09:22 +0000 Subject: [PATCH] fix install-embed-markdown-loader target --- ui/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/Makefile b/ui/Makefile index e3bb55dc..f2847544 100644 --- a/ui/Makefile +++ b/ui/Makefile @@ -20,7 +20,7 @@ test-ci: .PHONY: install-embed-markdown-loader install-embed-markdown-loader: - cd webpack/embed-markdown-loader && yarn install --prefer-offline + cd docs/webpack/embed-markdown-loader && yarn install --prefer-offline .PHONY: install-docs install-docs: