Skip to content

Commit

Permalink
Merge pull request #117 from Itheum/d-robert
Browse files Browse the repository at this point in the history
view features bond contract
  • Loading branch information
bucurdavid authored Mar 11, 2024
2 parents 9a52401 + 26864c7 commit a6f4b89
Show file tree
Hide file tree
Showing 7 changed files with 596 additions and 60 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ dist
.idea/workspace.xml
.rpt2_cache
.yalc
.husky
out

# misc
Expand Down
3 changes: 3 additions & 0 deletions .husky/commit_msg
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"
npx --no-install commitlint --edit $1
3 changes: 3 additions & 0 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"
npm test
Loading

0 comments on commit a6f4b89

Please sign in to comment.