Merge branch 'master' into issue-62-rewrite-to-typescript
authorAlessandro Pio Ardizio <alessandroardizio94@gmail.com>
Mon, 8 Feb 2021 14:34:36 +0000 (15:34 +0100)
committerGitHub <noreply@github.com>
Mon, 8 Feb 2021 14:34:36 +0000 (15:34 +0100)
package.json

index acdb54cc846ca92fd1fa0b8f91ae9979d5638847..0c1dd8cebe22e6a18656b2c252439d0130e93686 100644 (file)
@@ -8,7 +8,6 @@
     "build:clean": "rimraf lib",
     "test": "standard && ts-standard && npm run build && nyc mocha --exit --timeout 20000 tests/*test.js ",
     "test:debug": "mocha --inspect-brk --exit tests/*test.js ",
-    "test:nodemon": "nodemon --exec \"npm test\"",
     "coverage": "nyc report --reporter=text-lcov | coveralls",
     "import-sort": "npx import-sort-cli --write 'src/**/*.ts{,x}'",
     "standard:verbose": "npx standard --verbose",