Skip to content

Commit

Permalink
Merge pull request #2 from Baek2back/changesets/test
Browse files Browse the repository at this point in the history
feat: pr test
  • Loading branch information
Baek2back authored Jul 2, 2024
2 parents 4456438 + af93391 commit b1679bc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .changeset/config.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://unpkg.com/@changesets/[email protected]/schema.json",
"changelog": "@changesets/cli/changelog",
"commit": true,
"commit": false,
"fixed": [],
"linked": [],
"access": "public",
Expand Down
10 changes: 5 additions & 5 deletions lefthook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ pre-commit:
glob: "*.{js,ts,cjs,mjs,d.cts,d.mts,jsx,tsx,json,jsonc,vue}"
run: bun biome check --write --no-errors-on-unmatched --files-ignore-unknown=true {staged_files} && git update-index --again

prepare-commit-msg:
commands:
prepare-conventional-commit:
interactive: true
run: exec < /dev/tty && bun run commit prepare --hook || true
# prepare-commit-msg:
# commands:
# prepare-conventional-commit:
# interactive: true
# run: exec < /dev/tty && bun run commit prepare --hook || true

commit-msg:
scripts:
Expand Down

0 comments on commit b1679bc

Please sign in to comment.