Skip to content

Commit

Permalink
Fix next.config
Browse files Browse the repository at this point in the history
  • Loading branch information
EduardoPicolo committed Aug 17, 2022
1 parent 0994a13 commit 66194a8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .husky/pre-push
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

npm run test
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "tsc --noEmit; next lint --fix",
"lint": "next lint --fix; tsc --noEmit",
"test": "jest --coverage --passWithNoTests",
"prepare": "husky install"
},
Expand Down

0 comments on commit 66194a8

Please sign in to comment.