[chore] remove yarnrc-private.yml (#1427)

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)
pull/1429/head
Steve Ruiz 2023-05-22 09:56:05 +01:00 zatwierdzone przez GitHub
rodzic 84e8db6847
commit cbbc0abcc6
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
2 zmienionych plików z 0 dodań i 8 usunięć

Wyświetl plik

@ -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'

Wyświetl plik

@ -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