This commit is contained in:
parent
d1d6a9ba82
commit
ca11c560b5
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue