Skip to content

Commit

Permalink
Review fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
NikitaZotov committed Apr 15, 2024
1 parent 56b6291 commit 5cc05e2
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 17 deletions.
2 changes: 0 additions & 2 deletions scripts/install_metasystem.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ info "Install ostis-metasystem"
"${CURRENT_DIR}/install_submodules.sh"
"${CURRENT_DIR}/install_dependencies.sh" --dev
"${CURRENT_DIR}/build_platform.sh"
"${CURRENT_DIR}/install_react_sc_web.sh"
"${CURRENT_DIR}/install_py_ps_deps.sh"
"${CURRENT_DIR}/build_ps.sh"
"${CURRENT_DIR}/build_kb.sh"
"${CURRENT_DIR}/build_ui.sh"
Expand Down
14 changes: 0 additions & 14 deletions scripts/install_react_sc_web.sh

This file was deleted.

2 changes: 1 addition & 1 deletion scripts/install_react_sc_web_dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ fi

info "Install react sc-web dependencies"

"${REACT_SC_WEB_PATH}/scripts/install_react_sc_web_dependencies.sh" "$@"
"${REACT_SC_WEB_PATH}/scripts/install_react_sc_web.sh" "$@"

info "Dependencies of react sc-web is installed successfully"

0 comments on commit 5cc05e2

Please sign in to comment.