Update Project purpose
This commit is contained in:
+2
-1
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user