Skip to content

Commit

Permalink
chore: fix CI (#1958)
Browse files Browse the repository at this point in the history
  • Loading branch information
bradzacher committed Apr 30, 2020
1 parent 56ea7c9 commit b609b43
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/lock.yml
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -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"
Expand Down

0 comments on commit b609b43

Please sign in to comment.