Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
oli-lane committed Apr 10, 2024
1 parent 76b16f2 commit c8ae5b4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion frontend/.husky/pre-commit
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
#!/usr/bin/env sh
. "$(dirname "$0")/_/husky.sh"

# Run lint-staged with the configuration file .lintstagedrc
Expand Down
4 changes: 2 additions & 2 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"start": "next start",
"lint": "next lint",
"lint:fix": "next lint --fix",
"prepare": "husky",
"prepare": "cd .. && husky frontend/.husky",
"format": "prettier --write ."
},
"dependencies": {
Expand Down Expand Up @@ -41,7 +41,7 @@
"eslint-config-next": "14.0.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.1.2",
"husky": "^9.0.11",
"husky": "^8.0.0",
"lint-staged": "^15.1.0",
"postcss": "^8.4.33",
"tailwindcss": "^3.4.1",
Expand Down

0 comments on commit c8ae5b4

Please sign in to comment.