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 Jan 23, 2023
1 parent c2352a3 commit 5d99ce0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"version": "3.0.0-alpha.0",
"npmClient": "yarn",
"useWorkspaces": true,
"useNx": false,
"changelog": {
"repo": "facebook/docusaurus",
"labels": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,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",
"clear": "(yarn workspace website clear || echo 'Failure while running docusaurus clear') && 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

0 comments on commit 5d99ce0

Please sign in to comment.