Skip to content

Commit

Permalink
Merge branch 'master' into arbitrary-decoys
Browse files Browse the repository at this point in the history
* master:
  Give memoize a generic type
  Update dependencies
  Add environment detection
  • Loading branch information
drzax committed Mar 8, 2021
2 parents 9d55e4f + 1032f04 commit 458002f
Show file tree
Hide file tree
Showing 5 changed files with 8,539 additions and 5,576 deletions.
1 change: 1 addition & 0 deletions .husky/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
_
5 changes: 5 additions & 0 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

npm run lint
npm run test
Loading

0 comments on commit 458002f

Please sign in to comment.