Skip to content

Commit

Permalink
Fixed script in workflow and added author name.
Browse files Browse the repository at this point in the history
  • Loading branch information
trishantpahwa committed Nov 25, 2023
1 parent e9dfe4c commit e3a877e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/lambdas-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
env:
CI: true
run: |
cd lambdas/search
npm ci
- name: deploy search
run: |
Expand Down
2 changes: 1 addition & 1 deletion lambdas/search/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"author": "Trishant Pahwa",
"license": "ISC",
"dependencies": {
"aws-sdk": "^2.1502.0",
Expand Down

0 comments on commit e3a877e

Please sign in to comment.