🐛 💚 Add missing npm install in release

This commit is contained in:
mathieu.brunot 2018-11-25 13:39:47 +01:00
parent b621bab433
commit ba1d5ad719
No known key found for this signature in database
GPG Key ID: 81584BEAF692D7E0
1 changed files with 1 additions and 0 deletions

View File

@ -33,6 +33,7 @@ function run_image {
function release_image {
cd frontend
rm -rf ./dist
npm install
npm run dist
./scripts/dist-main
./scripts/dist-view