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:
parent
b621bab433
commit
ba1d5ad719
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue