interface: add http-api build to deps

This commit is contained in:
Liam Fitzgerald 2021-06-15 06:27:47 +10:00
parent 926da94604
commit 86fdf7239c
No known key found for this signature in database
GPG Key ID: D390E12C61D1CFFB

View File

@ -9,4 +9,6 @@ for i in $(find . -type d -maxdepth 1) ; do
npm ci
cd ..
fi
done
done
cd http-api
npm run build