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