You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@devlake.apache.org by li...@apache.org on 2023/03/21 03:19:47 UTC

[incubator-devlake] branch main updated: fix(config-ui): make file about config-ui (#4722)

This is an automated email from the ASF dual-hosted git repository.

likyh pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-devlake.git


The following commit(s) were added to refs/heads/main by this push:
     new 17337c9e4 fix(config-ui): make file about config-ui (#4722)
17337c9e4 is described below

commit 17337c9e4e7bda33b3d3adc94d43eb299528d474
Author: 青湛 <0x...@gmail.com>
AuthorDate: Tue Mar 21 11:19:42 2023 +0800

    fix(config-ui): make file about config-ui (#4722)
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index c248fabb9..004ad5bd7 100644
--- a/Makefile
+++ b/Makefile
@@ -48,7 +48,7 @@ configure:
 	docker-compose up config-ui
 
 configure-dev:
-	cd config-ui; npm install; npm start;
+	cd config-ui; yarn; yarn start
 
 commit:
 	git cz