Merge branch 'master' of https://github.com/pioardi/node-pool
[poolifier.git] / package.json
index 0b3d306cdcda8efe2e8f34557a622598ee520a6e..4bbd2b8fb34f187d9f025a63fded9ee64e6bf849 100644 (file)
@@ -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"