🔧 Add minor adjustments to mcp build-types script

This commit is contained in:
Andrey Antukh 2026-02-17 17:05:26 +01:00
parent 5718698bff
commit 8eb5bd3dd8

View File

@ -7,6 +7,7 @@ pushd $SCRIPT_DIR;
if [[ "$URL" = "http://localhost:9090" ]]; then
pushd ../../plugins
rm -rf node_modules;
pnpm install
pnpm run build:doc
popd