From 2de2920ab9b6639da40ca02a9cea3c27f1bd308c Mon Sep 17 00:00:00 2001 From: Ilya Che Date: Wed, 6 Jul 2022 22:16:44 +0400 Subject: [PATCH] Migrations (#26) * [fix] Fix geo property creating error * [fix] Add prefix for csv import * fix: migrations in dev build * [feat] Add API_PREFIX env variable * [ref] Use separated file for API_PREFIX * fix: api prefix in build * fix: add sequelize cli to production build Co-authored-by: David Dobryakov --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e41d62b..df2c185 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,6 @@ "devDependencies": { "eslint": "^8.6.0", "nodemon": "^2.0.15", - "sequelize-cli": "^6.3.0", "ts-node": "^10.4.0", "tslint": "^6.1.3" }, @@ -56,6 +55,7 @@ "pg": "^8.7.3", "reflect-metadata": "^0.1.13", "sequelize": "^6.12.5", + "sequelize-cli": "^6.3.0", "sequelize-typescript": "^2.1.2", "swagger-autogen": "^2.21.0", "swagger-ui-express": "^4.3.0",