mirror of
https://github.com/bendtherules/not-a-js-engine.git
synced 2026-08-18 13:52:36 +00:00
package.json - Add command test:watch
This commit is contained in:
@@ -14,6 +14,7 @@
|
|||||||
"start": "tsdx watch",
|
"start": "tsdx watch",
|
||||||
"build": "tsdx build",
|
"build": "tsdx build",
|
||||||
"test": "tsdx test",
|
"test": "tsdx test",
|
||||||
|
"test:watch": "tsdx test --watch",
|
||||||
"lint": "tsdx lint",
|
"lint": "tsdx lint",
|
||||||
"prepare": "tsdx build"
|
"prepare": "tsdx build"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user