Remove usage of nodemon
authorShinigami92 <chrissi92@hotmail.de>
Mon, 8 Feb 2021 12:19:33 +0000 (13:19 +0100)
committerShinigami92 <chrissi92@hotmail.de>
Mon, 8 Feb 2021 12:19:33 +0000 (13:19 +0100)
package.json

index 4ae7fbc205b081e5953bfada084f4a9f1414f831..800abf8c5597e58aad7c17854f98c8831e4f5689 100644 (file)
@@ -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"