⚡test:watch script
This commit is contained in:
parent
def7ca3eb2
commit
34567f24c3
@ -67,7 +67,8 @@
|
|||||||
"dev": "nodemon src/app.ts",
|
"dev": "nodemon src/app.ts",
|
||||||
"build": "tsc",
|
"build": "tsc",
|
||||||
"docs": "typedoc --out docs src",
|
"docs": "typedoc --out docs src",
|
||||||
"test": "jest"
|
"test": "jest",
|
||||||
|
"test:watch": "jest --watchAll"
|
||||||
},
|
},
|
||||||
"nodemonConfig": {
|
"nodemonConfig": {
|
||||||
"ignore": [
|
"ignore": [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user