Skip to content

Commit

Permalink
Update husky
Browse files Browse the repository at this point in the history
  • Loading branch information
EdwardMoyse committed Aug 27, 2024
1 parent ebda3e9 commit 51e4186
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"
npm run test:ci

yarn lint-staged
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"packages/phoenix-ng/projects/*"
],
"scripts": {
"postinstall": "yarn workspace phoenix-event-display prepare && husky install",
"postinstall": "yarn workspace phoenix-event-display prepare && husky",
"start": "lerna run start",
"start:ssl": "yarn workspace phoenix-ng start:ssl",
"test:ci": "lerna run test:ci",
Expand Down

0 comments on commit 51e4186

Please sign in to comment.