Skip to content

Commit

Permalink
fix: added missing release script in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
phalvessemantix committed Jul 4, 2023
1 parent 0721c53 commit f67da8c
Show file tree
Hide file tree
Showing 4 changed files with 11,376 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/node_modules
4 changes: 4 additions & 0 deletions .husky/commit-msg
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/sh
. "${dirname "$0"}/_/husky.sh"

npx commitlint --edit
Loading

0 comments on commit f67da8c

Please sign in to comment.