package.json - Add command test:watch

This commit is contained in:
2020-08-12 15:32:06 +05:30
parent 54112a0c43
commit f7a2bd52b1
+1
View File
@@ -14,6 +14,7 @@
"start": "tsdx watch",
"build": "tsdx build",
"test": "tsdx test",
"test:watch": "tsdx test --watch",
"lint": "tsdx lint",
"prepare": "tsdx build"
},