Updates scripts

This commit is contained in:
Pierre Lannoy 2023-12-13 19:43:30 +01:00
commit fd801274fd
Signed by: Pierre Lannoy
GPG key ID: D27231EF87D53F31

View file

@ -10,7 +10,6 @@
"scripts": {
"start": "pm2 start app.js",
"stop": "pm2 stop app.js",
"refresh": "pm2 stop app.js && git pull && pm2 start app.js",
"count": "find .certs -type d | grep '.\\.' | wc -l"
},
"keywords": [],