From cbbc0abcc6c663a5048987b98574c95daf32534e Mon Sep 17 00:00:00 2001 From: Steve Ruiz Date: Mon, 22 May 2023 09:56:05 +0100 Subject: [PATCH] [chore] remove yarnrc-private.yml (#1427) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This is a legacy of the chicken run. ### Change Type - [x] `internal` — Any other changes that don't affect the published package (will not publish a new version) --- .github/workflows/publish-new.yml | 3 --- .husky/pre-commit | 5 ----- 2 files changed, 8 deletions(-) diff --git a/.github/workflows/publish-new.yml b/.github/workflows/publish-new.yml index f5df542de..4fdbc2fa4 100644 --- a/.github/workflows/publish-new.yml +++ b/.github/workflows/publish-new.yml @@ -4,9 +4,6 @@ name: Publish new version of public packages # Package publishing is manually triggered on github actions dashboard on: workflow_dispatch -env: - YARN_RC_FILENAME: .yarnrc-private.yml - jobs: deploy: name: 'Publish new version of public packages' diff --git a/.husky/pre-commit b/.husky/pre-commit index 516cac565..ee7ffe18c 100755 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1,11 +1,6 @@ #!/usr/bin/env sh . "$(dirname -- "$0")/_/husky.sh" -# if the folder we're in is called "bublic", set YARN_RC_FILENAME: -if [ "$(basename "$(pwd)")" = "bublic" ]; then - export YARN_RC_FILENAME=.yarnrc-private.yml -fi - npx lazy run build-api git add packages/*/api-report.md npx lint-staged