Skip to content

Commit

Permalink
fix: stale husky command
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob-alford committed Dec 8, 2023
1 parent a5b2a79 commit 9eefe82
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/usr/bin/env sh

bun run lint-staged --concurrent false
pnpm run lint:staged --concurrent false
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@
"typecheck:watch": "tsc --noEmit --watch",
"commitlint": "commitlint --edit",
"lint": "eslint \"src/**/*.ts\"",
"lint:staged": "lint-staged",
"lint:fix": "eslint --fix \"src/**/*.ts\"",
"prettier": "prettier \"./src/**/*.ts\"",
"prettier:fix": "prettier --write \"./src/**/*.ts"
Expand Down

0 comments on commit 9eefe82

Please sign in to comment.