Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b609b43

Browse files
authored
chore: fix CI (typescript-eslint#1958)
1 parent 56ea7c9 commit b609b43

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/lock.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@ name: "Lock threads"
22

33
on:
44
schedule:
5-
# TODO - change to "0 0 * * *" once the backlog is processed
6-
- cron: "0 * * * *"
5+
- cron: "0 0 * * *"
76

87
jobs:
98
lock:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"lint:markdown:fix": "lint:markdown --fix",
3535
"pre-commit": "yarn lint-staged",
3636
"pre-push": "yarn format-check",
37-
"postinstall": "lerna bootstrap && yarn build && lerna link",
37+
"postinstall": "lerna bootstrap -- --ignore-engines && yarn build && lerna link",
3838
"check-clean-workspace-after-install": "git diff --quiet --exit-code",
3939
"test": "lerna run test --concurrency 1",
4040
"typecheck": "lerna run typecheck"

0 commit comments

Comments
 (0)