Merge pull request #2805 from gradido/clean-database-package-json

fix(database): removed commands from package.json not working
This commit is contained in:
Ulf Gebhardt 2023-03-14 12:36:18 +01:00 committed by GitHub
commit 9d7414cbc3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,9 +16,7 @@
"dev_up": "cross-env TZ=UTC ts-node src/index.ts up",
"dev_down": "cross-env TZ=UTC ts-node src/index.ts down",
"dev_reset": "cross-env TZ=UTC ts-node src/index.ts reset",
"lint": "eslint --max-warnings=0 --ext .js,.ts .",
"seed:config": "ts-node ./node_modules/typeorm-seeding/dist/cli.js config",
"seed": "cross-env TZ=UTC ts-node src/index.ts seed"
"lint": "eslint --max-warnings=0 --ext .js,.ts ."
},
"devDependencies": {
"@types/faker": "^5.5.9",