X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=package.json;h=4bbd2b8fb34f187d9f025a63fded9ee64e6bf849;hb=766e51a0c50e4aadad5f8c65a2b6689d91ba75d8;hp=0b3d306cdcda8efe2e8f34557a622598ee520a6e;hpb=973cde2683aa90c540748e68ed4f707c8ca33e40;p=poolifier.git diff --git a/package.json b/package.json index 0b3d306c..4bbd2b8f 100644 --- a/package.json +++ b/package.json @@ -6,6 +6,7 @@ "scripts": { "build": "npm install", "test": "standard && nyc mocha --exit --timeout 10000 **/*test.js ", + "demontest": "nodemon --exec \"npm test\"", "coverage": "nyc report --reporter=text-lcov --timeout 5000 **/*test.js | coveralls", "standard-verbose": "npx standard --verbose", "lint": "standard --fix"