Skip to content

Commit

Permalink
chore: add changeset
Browse files Browse the repository at this point in the history
  • Loading branch information
minenwerfer committed Jul 18, 2024
1 parent 4f9c1eb commit 186f65d
Show file tree
Hide file tree
Showing 6 changed files with 484 additions and 704 deletions.
5 changes: 5 additions & 0 deletions .changeset/gorgeous-rocks-dream.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"aeria-app-layout": patch
---

Visual fixes
2 changes: 0 additions & 2 deletions .husky/commit-msg
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

pnpm commitlint --edit ${1}
2 changes: 0 additions & 2 deletions .husky/post-commit
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

if ! test $GITHUB_ACTIONS && ! test $SKIP; then
if ! [ -z $(git diff --name-only) ]; then
Expand Down
2 changes: 0 additions & 2 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

if ! test $GITHUB_ACTIONS && ! test $SKIP; then
pnpm i
Expand Down
2 changes: 0 additions & 2 deletions .husky/pre-push
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

if ! test $GITHUB_ACTIONS && ! test $SKIP && [ $(git branch --show-current) == "master" ]; then
pnpm -r lint
Expand Down
Loading

0 comments on commit 186f65d

Please sign in to comment.