diff --git a/package.json b/package.json index def4b52..2a527e0 100644 --- a/package.json +++ b/package.json @@ -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" } -} +} \ No newline at end of file