From b609b43c933911ce48b3307f3e76202c53473bc7 Mon Sep 17 00:00:00 2001 From: Brad Zacher Date: Thu, 30 Apr 2020 00:32:11 -0700 Subject: [PATCH] chore: fix CI (#1958) --- .github/workflows/lock.yml | 3 +-- package.json | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) 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"