Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56ea7c9 commit b609b43Copy full SHA for b609b43
.github/workflows/lock.yml
@@ -2,8 +2,7 @@ name: "Lock threads"
2
3
on:
4
schedule:
5
- # TODO - change to "0 0 * * *" once the backlog is processed
6
- - cron: "0 * * * *"
+ - cron: "0 0 * * *"
7
8
jobs:
9
lock:
package.json
@@ -34,7 +34,7 @@
34
"lint:markdown:fix": "lint:markdown --fix",
35
"pre-commit": "yarn lint-staged",
36
"pre-push": "yarn format-check",
37
- "postinstall": "lerna bootstrap && yarn build && lerna link",
+ "postinstall": "lerna bootstrap -- --ignore-engines && yarn build && lerna link",
38
"check-clean-workspace-after-install": "git diff --quiet --exit-code",
39
"test": "lerna run test --concurrency 1",
40
"typecheck": "lerna run typecheck"
0 commit comments