mirror of
https://github.com/BluemediaDev/muse.git
synced 2025-05-18 22:41:36 +02:00
Release 0.3.0
This commit is contained in:
parent
9925298977
commit
49de1ce0bf
4 changed files with 15 additions and 10 deletions
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "muse",
|
||||
"version": "0.2.1",
|
||||
"version": "0.3.0",
|
||||
"description": "🎧 a self-hosted Discord music bot that doesn't suck ",
|
||||
"exports": "./dist/src/index.js",
|
||||
"repository": "git@github.com:codetheweb/muse.git",
|
||||
|
@ -26,9 +26,9 @@
|
|||
"prepack": "npm run clean && npm run build",
|
||||
"start": "npm run env:set-database-url -- node --experimental-json-modules dist/src/scripts/migrate-and-start.js",
|
||||
"dev": "concurrently nodemon 'tsc --watch'",
|
||||
"migrations:generate": "npm run prisma migrate dev",
|
||||
"migrations:run": "npm run prisma migrate deploy",
|
||||
"prisma": "npm run env:set-database-url prisma",
|
||||
"migrations:generate": "npm run prisma:with-env migrate dev",
|
||||
"migrations:run": "npm run prisma:with-env migrate deploy",
|
||||
"prisma:with-env": "npm run env:set-database-url prisma",
|
||||
"env:set-database-url": "node dist/src/scripts/run-with-database-url.js",
|
||||
"release": "release-it"
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue