This commit is contained in:
sdraris 2025-09-04 12:57:19 +02:00
parent 4b901f437b
commit e2f2c8ea31

View File

@ -6,6 +6,8 @@
"private": true,
"license": "UNLICENSED",
"scripts": {
"typeorm": "typeorm-ts-node-commonjs",
"migration:run": "npm run typeorm migration:run",
"build": "nest build",
"format": "prettier --write \"src/**/*.ts\" \"test/**/*.ts\"",
"start": "nest start",
@ -84,4 +86,4 @@
"coverageDirectory": "../coverage",
"testEnvironment": "node"
}
}
}