generated from lucxjo/template
(chore) Added script to migrate on Jenkins
Signed-off-by: Louis Hollingworth <louis@hollingworth.ch>
This commit is contained in:
parent
17d8746767
commit
e9bc78e9ff
14
.runner
Normal file
14
.runner
Normal file
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"WARNING": "This file is automatically generated by act-runner. Do not edit it manually unless you know what you are doing. Removing this file will cause act runner to re-register as a new runner.",
|
||||
"id": 1,
|
||||
"uuid": "174b9b82-0e04-44fe-a2b4-025557d65c60",
|
||||
"name": "Louiss-MBP.lan",
|
||||
"token": "e043b8b3e648abb069765370c25f09fbd24aecec",
|
||||
"address": "https://git.ludoviko.ch/",
|
||||
"labels": [
|
||||
"ubuntu-latest:docker://node:16-bullseye",
|
||||
"ubuntu-22.04:docker://node:16-bullseye",
|
||||
"ubuntu-20.04:docker://node:16-bullseye",
|
||||
"ubuntu-18.04:docker://node:16-buster"
|
||||
]
|
||||
}
|
|
@ -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": {
|
||||
|
|
Loading…
Reference in a new issue