diff --git a/.github/workflows/lock.yml b/.github/workflows/lock.yml index bde4f5f8bd5..a2c50a8ddf8 100644 --- a/.github/workflows/lock.yml +++ b/.github/workflows/lock.yml @@ -2,8 +2,7 @@ name: "Lock threads" on: schedule: - # TODO - change to "0 0 * * *" once the backlog is processed - - cron: "0 * * * *" + - cron: "0 0 * * *" jobs: lock: diff --git a/package.json b/package.json index 562b5cd9370..d0ecaef0fa5 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "lint:markdown:fix": "lint:markdown --fix", "pre-commit": "yarn lint-staged", "pre-push": "yarn format-check", - "postinstall": "lerna bootstrap && yarn build && lerna link", + "postinstall": "lerna bootstrap -- --ignore-engines && yarn build && lerna link", "check-clean-workspace-after-install": "git diff --quiet --exit-code", "test": "lerna run test --concurrency 1", "typecheck": "lerna run typecheck"