chore: include tests in lint script

This commit is contained in:
Ricardo Arturo Cabral Mejia 2022-08-15 03:17:56 +00:00
parent 2a821b58ec
commit fb2a2c98f1
No known key found for this signature in database
GPG Key ID: 5931EBF43A650245

View File

@ -10,6 +10,7 @@
"prebuild": "npm run lint",
"build": "npm run clean && tsc",
"build:check": "tsc --noEmit",
"lint": "eslint ./src ./test --ext .ts",
"lint:fix": "npm run lint -- --fix",
"db:migrate": "knex migrate:latest",
"db:migrate:rollback": "knex migrate:rollback",