fix: No CI step validates npm run build or npm run transpile for the push3-transpiler (#860)

This commit is contained in:
openhands 2026-03-18 23:06:49 +00:00
parent bc2afefcbe
commit 283fbcaf6b

View file

@ -66,6 +66,7 @@ steps:
export PATH=/root/.foundry/bin:$PATH export PATH=/root/.foundry/bin:$PATH
cd tools/push3-transpiler cd tools/push3-transpiler
npm install --silent npm install --silent
npm run build
bash test_inject_extraction.sh bash test_inject_extraction.sh
bash test_transpiler_clamping.sh bash test_transpiler_clamping.sh
' '