commit
41088788a4
|
@ -1,4 +0,0 @@
|
||||||
option_settings:
|
|
||||||
- namespace: aws:elasticbeanstalk:container:nodejs
|
|
||||||
option_name: NodeCommand
|
|
||||||
value: "npm start"
|
|
|
@ -6,9 +6,9 @@
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start:dev": "nodemon app.js",
|
"start:dev": "nodemon app.js",
|
||||||
"start": "node app.js",
|
"start": "node app.js",
|
||||||
"test": "mocha ||true"
|
"test": "mocha ||true",
|
||||||
|
"deploy": "npm run build && npm run start"
|
||||||
},
|
},
|
||||||
|
|
||||||
"author": "",
|
"author": "",
|
||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -45,4 +45,4 @@
|
||||||
"nodemon": "^2.0.7",
|
"nodemon": "^2.0.7",
|
||||||
"supertest": "^6.1.3"
|
"supertest": "^6.1.3"
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue