This commit is contained in:
yashrajverma 2021-06-07 15:46:23 +05:30
parent f0bc9eed4b
commit da0daaa137
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
"start:dev": "nodemon app.js",
"start": "node app.js",
"test": "mocha ||true",
"deploy": "npm run build && npm run start"
"deploy": "npm start"
},
"author": "",
"license": "ISC",