mirror of
https://github.com/tomru/switchmon.git
synced 2026-03-03 06:27:23 +01:00
add script for mocha watch
This commit is contained in:
@@ -4,7 +4,8 @@
|
|||||||
"description": "Simple helper for turning on/off connected/disconnected monitors with xrandr",
|
"description": "Simple helper for turning on/off connected/disconnected monitors with xrandr",
|
||||||
"main": "cli.js",
|
"main": "cli.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "mocha"
|
"test": "mocha",
|
||||||
|
"testwatch": "mocha -w"
|
||||||
},
|
},
|
||||||
"bin": {
|
"bin": {
|
||||||
"swm": "./cli.js"
|
"swm": "./cli.js"
|
||||||
|
|||||||
Reference in New Issue
Block a user