diff --git a/bin/compile b/bin/compile index e45b0cf..c484e65 100755 --- a/bin/compile +++ b/bin/compile @@ -59,4 +59,4 @@ cp "$BP_DIR/.profile.d/inject_react_app_env.sh" "$profile_d_dir/" export_env_dir "$ENV_DIR" '^(REACT_APP_|NODE_|NPM_)' # Build the javascript bundle -# npm run build +cd services/web-client && npm run build