This commit is contained in:
Leandro Facchinetti 2020-03-20 15:15:49 -04:00
parent d1d6a9ba82
commit ca11c560b5
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
"scripts": {
"start": "concurrently \"tsc --watch\" \"nodemon lib\"",
"test": "tsc && jest && prettier --check 'src/**'",
"deploy": "pm2 deploy production"
"deploy": "pm2 deploy package.json production"
},
"dependencies": {
"crypto-random-string": "^3.2.0",