From: Shinigami92 Date: Mon, 8 Feb 2021 12:19:33 +0000 (+0100) Subject: Remove usage of nodemon X-Git-Tag: v2.0.0-beta.2~81^2 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=2c24ec4530aa327b2a256f42d30ada10f3866331;p=poolifier.git Remove usage of nodemon --- diff --git a/package.json b/package.json index 4ae7fbc2..800abf8c 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,6 @@ "build": "npm install", "test": "standard && nyc mocha --exit --timeout 20000 tests/*test.js ", "debug-test": "mocha --inspect-brk --exit tests/*test.js ", - "demontest": "nodemon --exec \"npm test\"", "coverage": "nyc report --reporter=text-lcov | coveralls", "standard-verbose": "npx standard --verbose", "lint": "prettier-standard --format | standard --fix"