mirror of
https://github.com/Cameri/nostream.git
synced 2025-03-17 21:31:48 +01:00
chore: include tests in lint script
This commit is contained in:
parent
2a821b58ec
commit
fb2a2c98f1
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user