Skip to content

Commit

Permalink
feat(edit-content) fix comments #28764
Browse files Browse the repository at this point in the history
  • Loading branch information
oidacra committed Jun 21, 2024
1 parent 891e206 commit b31d89a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions core-web/.husky/pre-commit
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ perform_fixes() {
local add_to_index=$2 # Should be 'true' or 'false'
local file # Declare file variable for use in loop

if ! npx nx format:write; then
error_occurred=true
fi
# if ! npx nx format:write; then
# error_occurred=true
# fi

if ! npx nx affected -t lint --exclude='tag:skip:lint' --fix=true; then
error_occurred=true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
align-items: center;
flex-wrap: wrap;
gap: $spacing-0;
padding: 0 $spacing-4;
padding: $spacing-2 $spacing-4;
}

.category-field__header-title {
Expand Down

0 comments on commit b31d89a

Please sign in to comment.