Improve release script

This commit is contained in:
2025-12-31 20:42:44 +03:00
Unverified
parent a325de8f39
commit e163484fe5
4 changed files with 97 additions and 36 deletions
+1 -1
View File
@@ -31,7 +31,7 @@
"install:pussh": "bash ./scripts/install:pussh.sh",
"prepare": "husky",
"generate:env": "bash ./scripts/generate:env.sh",
"deploy": "bash ./scripts/deploy.sh"
"deploy": "dotenv -e deployment/.env -- bash ./scripts/deploy.sh"
},
"files": [
"frontend/build/electron"