From 50f0dba93a10b5acd7694cadd300ba8b5ad2a24c Mon Sep 17 00:00:00 2001 From: Paulo Veiga Date: Sun, 27 Mar 2022 00:24:56 +0000 Subject: [PATCH] Improve documentation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 036e90ee..799ffe51 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ In order to reduce the life-cycle to develop UI backend testing, you can do the A quick and dirty solution to share changes in the UI is to manually compile the dist. This will make the loader file available without the need to publish: -`cp -r wisemapping-frontend/packages/mindplot/dist/* wisemapping-open-source/wise-ui/target/wisemapping-mindplot/package/dist` +`yarn --cwd wisemapping-frontend build;cp -r wisemapping-frontend/packages/mindplot/dist/* wisemapping-open-source/wise-ui/target/wisemapping-mindplot/package/dist;cp -r wisemapping-frontend/packages/mindplot/dist/* wisemapping-open-source/wise-ui/target/wisemapping-mindplot/package/dist` ### Compiling and running with docker-compose