Skip to content

Commit

Permalink
remove client from manager
Browse files Browse the repository at this point in the history
  • Loading branch information
daniellacosse committed Apr 2, 2024
1 parent 1276015 commit 448b656
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion server_manager/web_app/build.action.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ set -eu
readonly OUT_DIR="${BUILD_DIR}/server_manager/web_app"
rm -rf "${OUT_DIR}"

node client/src/build/run_action.mjs server_manager/web_app/build_install_script
node src/build/run_action.mjs server_manager/web_app/build_install_script

# Node.js on Cygwin doesn't like absolute Unix-style paths.
# So, we use a relative path as input to webpack.
Expand Down
2 changes: 1 addition & 1 deletion server_manager/web_app/start.action.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ set -eu

rm -rf "${BUILD_DIR}/server_manager/web_app"

node client/src/build/run_action.mjs server_manager/web_app/build_install_script
node src/build/run_action.mjs server_manager/web_app/build_install_script

webpack-dev-server --config=src/server_manager/browser.webpack.js --open

0 comments on commit 448b656

Please sign in to comment.