Skip to content

Commit

Permalink
chore: test lib before push
Browse files Browse the repository at this point in the history
  • Loading branch information
sibiraj-s committed Mar 1, 2021
1 parent c3d7192 commit 795f6ed
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .husky/pre-push
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

npm run test
npm run build:lib
npm run test:lib

0 comments on commit 795f6ed

Please sign in to comment.