removed commands from package json not working

This commit is contained in:
Ulf Gebhardt 2023-03-09 20:12:45 +01:00
parent 3191b3333a
commit 69fb3583cb
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9

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",