remove uneccesary scripts

canary
Marcus 2021-03-18 21:33:39 -04:00
parent 6b69b46b91
commit 3bd8634172
1 changed files with 1 additions and 4 deletions

View File

@ -14,11 +14,8 @@
}
},
"scripts": {
"name-server": "supervisor -w name-server,lib -n exit name-server/index.js",
"relay": "supervisor -w relay,lib -n exit relay/index.js",
"relay:service": "supervisor -- relay/service",
"client:a": "supervisor -w client,lib -n exit -- client/index.js --profile J2aV59rsIgcdd5k2",
"client:b": "supervisor -w client,lib -n exit -- client/index.js --profile LsE8OnVzr1iYrkT0"
"relay:service": "supervisor -- relay/service"
},
"dependencies": {
"express": "^4.17.1",