버그 수정
This commit is contained in:
@@ -3,7 +3,10 @@
|
||||
"version": "1.0.0",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
"start": "NODE_ENV=production node app.js",
|
||||
"cleanup": "lsof -ti:3030 | xargs kill -9 || true",
|
||||
"dev": "npm run cleanup && NODE_ENV=development nodemon app.js",
|
||||
"test": "NODE_ENV=test jest"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "",
|
||||
|
||||
Reference in New Issue
Block a user