Skip to content

Commit

Permalink
build: remove concurrency on build:docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mleralec committed Sep 19, 2023
1 parent 49a541f commit 9e4dbb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"description": "Customizable design system with react • styled-components • styled-system and ariakit.",
"scripts": {
"build:core": "./scripts/core.sh",
"build:docs": "lerna run doc --concurrency 2",
"build:docs": "lerna run doc",
"build:packages": "lerna run build --ignore docs --ignore @welcome-ui/core",
"build:types": "lerna run types",
"build": "yarn webfont:build && yarn build:core && yarn build:packages && yarn build:types && yarn build:docs",
Expand Down

0 comments on commit 9e4dbb6

Please sign in to comment.