(chore) Added script to migrate on Jenkins

Signed-off-by: Louis Hollingworth <louis@hollingworth.ch>
This commit is contained in:
Louis Hollingworth 2023-06-18 16:53:02 +01:00
parent 17d8746767
commit e9bc78e9ff
Signed by: lucxjo
GPG key ID: A11415CB3DC7809B
2 changed files with 15 additions and 0 deletions

View file

@ -10,6 +10,7 @@
"build:changelog": "npx @discordx/changelog --src src",
"dev": "node --loader ts-node/esm src/main.ts",
"start": "node build/main.js",
"db:deploy": "prisma migrate deploy",
"watch": "nodemon --exec ts-node-esm src/main.ts"
},
"dependencies": {