0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-08 08:09:14 -05:00

🐛 💚 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

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