Skip to content

Commit

Permalink
chore: enable nx as task runner for lerna
Browse files Browse the repository at this point in the history
  • Loading branch information
AgentEnder committed Sep 8, 2023
1 parent 7ce0d87 commit 61b07b4
Show file tree
Hide file tree
Showing 3 changed files with 441 additions and 1,048 deletions.
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

0 comments on commit 61b07b4

Please sign in to comment.