AWS
This commit is contained in:
parent
f0bc9eed4b
commit
da0daaa137
|
@ -7,7 +7,7 @@
|
||||||
"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"
|
"deploy": "npm start"
|
||||||
},
|
},
|
||||||
"author": "",
|
"author": "",
|
||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
|
|
Loading…
Reference in New Issue