Skip to content

Commit

Permalink
feat: use package and setup git hook to pack
Browse files Browse the repository at this point in the history
  • Loading branch information
humble-barnacle001 committed Feb 11, 2024
1 parent 91d3dd4 commit 3431103
Show file tree
Hide file tree
Showing 5 changed files with 19,521 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
npm run package
git add .
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ inputs:
default: 'Sync LeetCode submission'
runs:
using: 'node20'
main: 'index.js'
main: 'dist/index.js'
Loading

0 comments on commit 3431103

Please sign in to comment.