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