From 8a7d9d170eb37a1ba2c375ac863a52db99e746eb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 27 Jul 2024 12:34:42 +0000 Subject: [PATCH] chore: update pob root --- .husky/commit-msg | 2 -- .husky/post-checkout | 2 -- .husky/post-merge | 2 -- .husky/post-rewrite | 2 -- .husky/pre-commit | 2 -- .husky/pre-push | 2 -- .yarnrc.yml | 2 +- 7 files changed, 1 insertion(+), 13 deletions(-) diff --git a/.husky/commit-msg b/.husky/commit-msg index 1c66fa8fe..2785bc1d2 100755 --- a/.husky/commit-msg +++ b/.husky/commit-msg @@ -1,3 +1 @@ -#!/usr/bin/env sh - yarn commitlint --edit $1 diff --git a/.husky/post-checkout b/.husky/post-checkout index 5fde267f9..aa4c963f2 100755 --- a/.husky/post-checkout +++ b/.husky/post-checkout @@ -1,5 +1,3 @@ -#!/usr/bin/env sh - if [ -n "$(git diff HEAD@{1}..HEAD@{0} -- yarn.lock)" ]; then yarn install --immutable || true fi diff --git a/.husky/post-merge b/.husky/post-merge index 5fde267f9..aa4c963f2 100755 --- a/.husky/post-merge +++ b/.husky/post-merge @@ -1,5 +1,3 @@ -#!/usr/bin/env sh - if [ -n "$(git diff HEAD@{1}..HEAD@{0} -- yarn.lock)" ]; then yarn install --immutable || true fi diff --git a/.husky/post-rewrite b/.husky/post-rewrite index 5fde267f9..aa4c963f2 100755 --- a/.husky/post-rewrite +++ b/.husky/post-rewrite @@ -1,5 +1,3 @@ -#!/usr/bin/env sh - if [ -n "$(git diff HEAD@{1}..HEAD@{0} -- yarn.lock)" ]; then yarn install --immutable || true fi diff --git a/.husky/pre-commit b/.husky/pre-commit index db095b83c..fb0bf9eae 100755 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1,3 +1 @@ -#!/usr/bin/env sh - yarn pob-root-lint-staged diff --git a/.husky/pre-push b/.husky/pre-push index 71ea86a0e..83faa17f6 100755 --- a/.husky/pre-push +++ b/.husky/pre-push @@ -1,5 +1,3 @@ -#!/usr/bin/env sh - # z40 is the value matching the empty blob/commit/tree SHA (zero x 40) z40=0000000000000000000000000000000000000000 branch_ref=$(git symbolic-ref HEAD) diff --git a/.yarnrc.yml b/.yarnrc.yml index a84f2e900..661329c4f 100644 --- a/.yarnrc.yml +++ b/.yarnrc.yml @@ -1,6 +1,6 @@ defaultSemverRangePrefix: ^ enableGlobalCache: true -nodeLinker: node-modules logFilters: - code: YN0060 level: error +nodeLinker: node-modules