Skip to content

Commit

Permalink
update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
breath103 committed Dec 31, 2023
1 parent 8e3adb5 commit 6b252ff
Show file tree
Hide file tree
Showing 3 changed files with 272 additions and 63 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Test
run: npm run test:ci
env:
DYNAMO_TYPES_ENDPOINT: http://dynamodb:8000
DYNAMO_TYPES_ENDPOINT: http://localhost:8000
- name: Publish
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
# npm will not execute `prepublisnOnly` lifecycle hook if user is root.
Expand Down
Loading

0 comments on commit 6b252ff

Please sign in to comment.