[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)
This commit is contained in:
parent
84e8db6847
commit
cbbc0abcc6
2 changed files with 0 additions and 8 deletions
3
.github/workflows/publish-new.yml
vendored
3
.github/workflows/publish-new.yml
vendored
|
@ -4,9 +4,6 @@ name: Publish new version of public packages
|
||||||
# Package publishing is manually triggered on github actions dashboard
|
# Package publishing is manually triggered on github actions dashboard
|
||||||
on: workflow_dispatch
|
on: workflow_dispatch
|
||||||
|
|
||||||
env:
|
|
||||||
YARN_RC_FILENAME: .yarnrc-private.yml
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
deploy:
|
deploy:
|
||||||
name: 'Publish new version of public packages'
|
name: 'Publish new version of public packages'
|
||||||
|
|
|
@ -1,11 +1,6 @@
|
||||||
#!/usr/bin/env sh
|
#!/usr/bin/env sh
|
||||||
. "$(dirname -- "$0")/_/husky.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
|
npx lazy run build-api
|
||||||
git add packages/*/api-report.md
|
git add packages/*/api-report.md
|
||||||
npx lint-staged
|
npx lint-staged
|
||||||
|
|
Loading…
Reference in a new issue