Skip to content

Commit

Permalink
Update typescript and fix build typing
Browse files Browse the repository at this point in the history
  • Loading branch information
ayyrickay committed Oct 23, 2023
1 parent 8be68d9 commit 9b78207
Show file tree
Hide file tree
Showing 2,242 changed files with 846,240 additions and 849,090 deletions.
2 changes: 1 addition & 1 deletion dist/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ async function run() {
}
async function execute() {
try {
return await run();
return await run(); //@ts-ignore
}
catch ({ message }) {
core.error('Failed to send message', message);
Expand Down
2 changes: 1 addition & 1 deletion node_modules/.bin/jest

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

671 changes: 395 additions & 276 deletions node_modules/.package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion node_modules/@babel/code-frame/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

68 changes: 26 additions & 42 deletions node_modules/@babel/code-frame/lib/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 9b78207

Please sign in to comment.