Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deps: Update monorepo tools non-major #1847

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ jobs:
timeout-minutes: 10
env:
HUSKY: 0
NX_VERBOSE_LOGGING: true

steps:
- name: Restore Repository from Cache
Expand All @@ -69,6 +70,7 @@ jobs:
timeout-minutes: 10
env:
HUSKY: 0
NX_VERBOSE_LOGGING: true

steps:
- name: Restore Repository from Cache
Expand Down Expand Up @@ -122,6 +124,7 @@ jobs:
timeout-minutes: 10
env:
HUSKY: 0
NX_VERBOSE_LOGGING: true

steps:
- name: Checkout
Expand All @@ -140,6 +143,7 @@ jobs:
timeout-minutes: 10
env:
HUSKY: 0
NX_VERBOSE_LOGGING: true

steps:
- name: Restore Repository from Cache
Expand All @@ -153,7 +157,7 @@ jobs:
uses: ./.github/actions/setup-node

- name: Types Check
run: yarn types
run: yarn types --verbose > types.log 2>&1 || (cat types.log && exit 1)

cleanup:
name: 🧹 Cleanup
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
"eslint-plugin-storybook": "0.11.2",
"husky": "9.1.7",
"is-ci": "3.0.1",
"lerna": "8.1.8",
"lerna": "8.1.9",
"lint-staged": "15.2.10",
"netlify-cli": "17.38.1",
"npm-run-all2": "6.2.6",
Expand Down
Loading
Loading