remove dup script

This commit is contained in:
Daniel Lugo 2020-03-22 19:00:47 -04:00
parent 40365122f2
commit cda9803c08

View file

@ -6,7 +6,6 @@
"scripts": {
"start": "node --experimental-modules src/server.js",
"dev": "node --trace-warnings --max-old-space-size=4096 main.js -h 0.0.0.0",
"dev": "node main.js -h 0.0.0.0",
"dev:watch": "nodemon main.js -- -h 0.0.0.0",
"test": "jest --no-cache",
"test:watch": "jest --no-cache --watch",