feat(data-recipes, validators): add OXC validator runtime and integration with recipe studio
This commit is contained in:
parent
b277308b7e
commit
552eb06bed
21 changed files with 1132 additions and 19 deletions
2
setup.sh
2
setup.sh
|
|
@ -99,6 +99,8 @@ echo "Building frontend..."
|
|||
cd "$SCRIPT_DIR/studio/frontend"
|
||||
run_quiet "npm install" npm install
|
||||
run_quiet "npm run build" npm run build
|
||||
cd "$SCRIPT_DIR/studio/backend/core/data_recipe/oxc-validator"
|
||||
run_quiet "npm install (oxc validator runtime)" npm install
|
||||
cd "$SCRIPT_DIR"
|
||||
echo "✅ Frontend built to studio/frontend/dist"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue