This commit is contained in:
Leandro Facchinetti 2020-03-19 22:18:28 -04:00
parent 03f3b7ffdb
commit b310e7c892
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
{
"scripts": {
"test": "tsc && jest && prettier --check 'src/**'",
"develop": "concurrently \"tsc --watch\" \"nodemon lib/index.js\""
"develop": "concurrently \"tsc --watch\" \"nodemon lib\""
},
"dependencies": {
"crypto-random-string": "^3.2.0",