mirror of
https://github.com/BluemediaDev/muse.git
synced 2025-05-18 14:31:36 +02:00
Optimize docker memory (#976)
This commit is contained in:
parent
c5f8d3373b
commit
d8d72074f2
13 changed files with 32 additions and 16 deletions
|
@ -26,7 +26,8 @@
|
|||
"migrations:run": "npm run prisma:with-env migrate deploy",
|
||||
"prisma:with-env": "npm run env:set-database-url prisma",
|
||||
"env:set-database-url": "tsx src/scripts/run-with-database-url.ts",
|
||||
"release": "release-it"
|
||||
"release": "release-it",
|
||||
"build": "tsc"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@release-it/keep-a-changelog": "^2.3.0",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue