Update Project purpose

This commit is contained in:
Possible
2023-11-16 17:39:10 +01:00
parent 121abd206a
commit da353d42a5
3 changed files with 5 additions and 3 deletions
+2 -1
View File
@@ -5,7 +5,8 @@
"main": "lambda.js",
"scripts": {
"deploy": "claudia create --region us-east-2 --handler lambda.handler",
"update": "claudia update"
"update": "claudia update",
"commit": "git add . && git commit -m \"Update Project purpose\" && git push"
},
"keywords": [],
"author": "Ryan Wong",