Skip to content

Commit

Permalink
Merge pull request #2 from ryan-yalo/feature/add-repos
Browse files Browse the repository at this point in the history
feat(deps): rm third party deps
  • Loading branch information
kpassapk authored Jan 17, 2023
2 parents 3c76f25 + 0841fa2 commit 0390fc8
Show file tree
Hide file tree
Showing 14 changed files with 22,754 additions and 21,120 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -96,4 +96,5 @@ Thumbs.db

# Ignore built ts files
__tests__/runner/*
lib/**/*
lib/**/*
.idea/
4 changes: 4 additions & 0 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

npm run build
Loading

0 comments on commit 0390fc8

Please sign in to comment.