repositories
/
poolifier.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
81b32bf
)
Remove usage of nodemon
author
Shinigami92
<chrissi92@hotmail.de>
Mon, 8 Feb 2021 12:19:33 +0000
(13:19 +0100)
committer
Shinigami92
<chrissi92@hotmail.de>
Mon, 8 Feb 2021 12:19:33 +0000
(13:19 +0100)
package.json
patch
|
blob
|
blame
|
history
diff --git
a/package.json
b/package.json
index 4ae7fbc205b081e5953bfada084f4a9f1414f831..800abf8c5597e58aad7c17854f98c8831e4f5689 100644
(file)
--- 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"