remove dup script
This commit is contained in:
parent
40365122f2
commit
cda9803c08
1 changed files with 0 additions and 1 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue