Skip to content

Commit

Permalink
fix: npm scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
broofa committed May 19, 2022
1 parent 0bac397 commit 57a5c43
Show file tree
Hide file tree
Showing 3 changed files with 517 additions and 657 deletions.
6 changes: 5 additions & 1 deletion .husky/pre-commit
@@ -1,4 +1,8 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

npx --no-install lint-staged
# Uncomment to lint just changed files (but how this works is a bit magical, so
# I'm avoiding it for now)
#npx --no-install lint-staged

npm test

0 comments on commit 57a5c43

Please sign in to comment.