From 2c24ec4530aa327b2a256f42d30ada10f3866331 Mon Sep 17 00:00:00 2001 From: Shinigami92 Date: Mon, 8 Feb 2021 13:19:33 +0100 Subject: [PATCH] Remove usage of nodemon --- package.json | 1 - 1 file changed, 1 deletion(-) 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" -- 2.34.1