Skip to content

Commit

Permalink
chore: use concurrency and persistent for dev cmd (#510)
Browse files Browse the repository at this point in the history
* chore: use concurrency and persistent for dev cmd

* chore: commit save point
  • Loading branch information
artmsilva authored Oct 17, 2023
1 parent 9172c84 commit 06018ed
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 119 deletions.
144 changes: 34 additions & 110 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"storybook-dark-mode": "^2.1.1",
"ts-jest": "^28.0.8",
"tsup": "5.11.13",
"turbo": "1.7.0",
"turbo": "^1.10.14",
"typescript": "4.5.5",
"webpack": "^5.88.2"
},
Expand All @@ -88,12 +88,12 @@
"esbuild-windows-32": "0.14.25",
"esbuild-windows-64": "0.14.25",
"esbuild-windows-arm64": "0.14.25",
"turbo-darwin-64": "1.7.2",
"turbo-darwin-arm64": "1.7.2",
"turbo-linux-64": "1.7.2",
"turbo-linux-arm64": "1.7.2",
"turbo-windows-64": "1.7.2",
"turbo-windows-arm64": "1.7.2"
"turbo-darwin-64": "1.10.14",
"turbo-darwin-arm64": "1.10.14",
"turbo-linux-64": "1.10.14",
"turbo-linux-arm64": "1.10.14",
"turbo-windows-64": "1.10.14",
"turbo-windows-arm64": "1.10.14"
},
"workspaces": [
"./ui/*",
Expand Down Expand Up @@ -128,7 +128,7 @@
"lint": "eslint --fix --ext .ts,.tsx ui/",
"lint:check": "eslint --ext .ts,.tsx ui/",
"clean": "turbo run clean && rm -rf node_modules",
"dev": "turbo run dev --no-cache --continue",
"dev": "turbo run dev --concurrency=42",
"start": "turbo run start"
},
"prettier": {},
Expand Down
3 changes: 2 additions & 1 deletion turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"outputs": [""]
},
"dev": {
"cache": false
"cache": false,
"persistent": true
},
"clean": {
"cache": false
Expand Down

4 comments on commit 06018ed

@vercel
Copy link

@vercel vercel bot commented on 06018ed Oct 17, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

wpds-ui-kit – ./build.washingtonpost.com

build.washingtonpost.com
wpds-ui-kit-git-main.preview.now.washingtonpost.com
wpds-ui-kit.preview.now.washingtonpost.com

@vercel
Copy link

@vercel vercel bot commented on 06018ed Oct 17, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on 06018ed Oct 17, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

wpds-ui-kit-vitejs-example – ./apps/vite-project

wpds-ui-kit-vitejs-example.preview.now.washingtonpost.com
wpds-ui-kit-vitejs-example-git-main.preview.now.washingtonpost.com

@vercel
Copy link

@vercel vercel bot commented on 06018ed Oct 17, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

wpds-ui-kit-storybook – ./

wpds-ui-kit-storybook.preview.now.washingtonpost.com
wpds-ui-kit-storybook-git-main.preview.now.washingtonpost.com

Please sign in to comment.