fix: No CI step validates npm run build or npm run transpile for the push3-transpiler (#860)
This commit is contained in:
parent
bc2afefcbe
commit
283fbcaf6b
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||||
'
|
'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue