Skip to content

Commit

Permalink
Finish refactor (#241)
Browse files Browse the repository at this point in the history
* chore: update readme

* chore: update github action metadata

* chore: update test workflow to npm

* fix: update engine and compile options
  • Loading branch information
kellertk authored Jan 15, 2025
1 parent 3ccc667 commit 05d6fed
Show file tree
Hide file tree
Showing 6 changed files with 156 additions and 146 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/package-dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,6 @@ jobs:
git config --global user.name "github-aws-sdk-osds-automation"
git remove set-url origin https://${{ env.OSDS_ACCESS_TOKEN }}@github.com/aws-actions/stale-issue-cleanup.git
git add dist
git commit -m "chore: update dist" || echo "No changes to commit"
git add THIRD-PARTY
git commit -m "chore: update dist and licenses" || echo "No changes to commit"
git push --force origin
6 changes: 3 additions & 3 deletions dist/index.js

Large diffs are not rendered by default.

Loading

0 comments on commit 05d6fed

Please sign in to comment.