fix: update readme and remove makefile

This commit is contained in:
Mohamed Marrouchi
2024-10-02 17:01:55 +01:00
parent 6fc19c2e98
commit 3cd9b7c10e
6 changed files with 31 additions and 79 deletions

View File

@@ -25,8 +25,6 @@
"test:debug": "node --inspect-brk -r tsconfig-paths/register -r ts-node/register node_modules/.bin/jest --runInBand",
"test:e2e": "jest --config ./test/jest-e2e.json",
"typecheck": "tsc --noEmit",
"containers:restart": "cd .. && make init && make stop && make start",
"containers:rebuild": "cd .. && make init && make destroy && make start",
"reset": "npm install && npm run containers:restart",
"reset:hard": "npm clean-install && npm run containers:rebuild",
"migrate": "./node_modules/ts-migrate-mongoose/dist/cjs/bin.js --config-path ./migrations/config/migrate.ts",