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

chore: enable nx as task runner for lerna #8573

Open
wants to merge 1 commit 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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 0 additions & 2 deletions lerna.json
@@ -1,8 +1,6 @@
{
"version": "3.0.0-alpha.0",
"npmClient": "yarn",
"useWorkspaces": true,
"useNx": false,
"changelog": {
"repo": "facebook/docusaurus",
"labels": {
Expand Down
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -57,7 +57,7 @@
"lerna": "lerna",
"test": "jest",
"test:build:website": "./admin/scripts/test-release.sh",
"watch": "yarn lerna run --parallel watch",
"watch": "yarn lerna run --parallel watch --concurrency 999 --stream",
"clear": "(yarn workspace website clear || echo 'Failure while running docusaurus clear') && yarn rimraf test-website && yarn rimraf test-website-in-workspace && yarn lerna exec --ignore docusaurus yarn rimraf lib",
"test:baseUrl": "yarn build:website:baseUrl && yarn serve:website:baseUrl",
"lock:update": "npx --yes yarn-deduplicate"
Expand Down Expand Up @@ -100,7 +100,7 @@
"jest-environment-jsdom": "^29.6.1",
"jest-serializer-ansi-escapes": "^2.0.1",
"jest-serializer-react-helmet-async": "^1.0.21",
"lerna": "^6.6.2",
"lerna": "^7.2.0",
"lerna-changelog": "^2.2.0",
"lint-staged": "^13.2.3",
"npm-run-all": "^4.1.5",
Expand Down