update build steps

This commit is contained in:
Patrick Erichsen
2025-07-25 12:49:35 -07:00
parent 3f98d360c7
commit a76c51ce7c
6 changed files with 26 additions and 22 deletions

View File

@@ -33,11 +33,13 @@ cd ..
# Phase 3: Build packages that depend on other local packages
cd openai-adapters
rm -rf node_modules
$NPM_INSTALL_CMD
npm run build
cd ..
cd continue-sdk
rm -rf node_modules
$NPM_INSTALL_CMD
npm run build
cd ..