Upload 5.23
This commit is contained in:
@@ -6,7 +6,9 @@
|
||||
"scripts": {
|
||||
"start": "cross-env NODE_ENV=production node index.js",
|
||||
"dev": "cross-env NODE_ENV=development nodemon index.js",
|
||||
"test": "cross-env NODE_ENV=test jest --verbose --runInBand"
|
||||
"test": "cross-env NODE_ENV=test jest --verbose --runInBand",
|
||||
"start:test": "cross-env NODE_ENV=test node index.js"
|
||||
|
||||
},
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
|
||||
Reference in New Issue
Block a user