Skip to content

Commit

Permalink
Merge pull request #58 from alecgibson/fix-commit-lint
Browse files Browse the repository at this point in the history
Fix `commitlint` config
  • Loading branch information
notaphplover authored Nov 1, 2024
2 parents b21d2c7 + 2a5782e commit a82f20e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .husky/commit-msg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash

SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
SCRIPT_DIR=$( pwd )

pnpm exec commitlint --config "$SCRIPT_DIR/config/commitlint/commitlint.config.js" --edit ""

0 comments on commit a82f20e

Please sign in to comment.