File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -14,8 +14,8 @@ if not exist %PLUGINS_VENDOR_DIR% mkdir %PLUGINS_VENDOR_DIR%
14
14
xcopy " .\vendor\." " %PLUGINS_VENDOR_DIR% " /s /e /y
15
15
16
16
:: Install developing tools for plugins
17
- set REDISEARCH_DIR = " .\redisinsight\ui\src\packages"
18
- call yarn --cwd " %REDISEARCH_DIR % "
17
+ set PACKAGES_DIR = " .\redisinsight\ui\src\packages"
18
+ call yarn --cwd " %PACKAGES_DIR % "
19
19
20
20
:: Install plugins dependencies
21
21
set REDISEARCH_DIR = " .\redisinsight\ui\src\packages\redisearch"
@@ -34,7 +34,7 @@ set CLIENTS_LIST_DIR=".\redisinsight\ui\src\packages\clients-list"
34
34
call yarn --cwd " %CLIENTS_LIST_DIR% "
35
35
36
36
:: Build all plugins and common libraries
37
- call yarn --cwd " %REDISEARCH_DIR % " build
37
+ call yarn --cwd " %PACKAGES_DIR % " build
38
38
39
39
:: Copy common libraries to plugins
40
40
set COMMON_DIR = " .\redisinsight\ui\src\packages\common"
You can’t perform that action at this time.
0 commit comments