Skip to content

Commit

Permalink
chore: release
Browse files Browse the repository at this point in the history
  • Loading branch information
finxol committed Jan 11, 2025
1 parent 09cb2b2 commit 39fa77b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .husky/pre-commit
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ FILES=$(git diff --cached --name-only --diff-filter=ACMR | sed 's| |\\ |g')
# Format only staged files that match prettier's supported extensions
echo "$FILES" | grep -E "\.(ts|tsx|md|json|yml|yaml|css|html)$" | while read -r file; do
pnpm prettier --write "$file"
echo "formatted $file"
git add "$file"
done

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "karr",
"version": "0.1.1",
"version": "0.1.2",
"private": true,
"scripts": {
"build": "turbo build",
Expand Down

0 comments on commit 39fa77b

Please sign in to comment.