Merge pull request #21 from yashrajverma/yashrajverma

AWS
This commit is contained in:
yashraj verma 2021-06-07 15:46:51 +05:30 committed by GitHub
commit 5f047ede28
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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",