build lib before testing

This commit is contained in:
Moshe Brevda 2022-12-20 21:35:31 +02:00
parent a6313e031f
commit 2c928b8869

View File

@ -58,3 +58,4 @@ npm --version
while !(npm install); do while !(npm install); do
while !(npm cache clean --force); do echo "'npm cache clean' failed - retrying..."; done while !(npm cache clean --force); do echo "'npm cache clean' failed - retrying..."; done
done done
npm run prepack