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

CLI papercuts #277

Merged
merged 1 commit into from Dec 14, 2021
Merged

CLI papercuts #277

merged 1 commit into from Dec 14, 2021

Conversation

jaredpalmer
Copy link
Contributor

@jaredpalmer jaredpalmer commented Dec 14, 2021

  • Dash case all flags (non-breaking)
  • Document --cache-dir
  • Deprecate --cacheFolder
  • Fix --global-deps flag
  • Support --include-dependencies

Shipping this as a bandaid now so I can focus my attention on #218

@vercel
Copy link

vercel bot commented Dec 14, 2021

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/vercel/turbo-site/48wuHkbgzrZMKQq3diFtHmCtGvNQ
✅ Preview: https://turbo-site-git-fix-cli-papercuts.vercel.sh

@jaredpalmer jaredpalmer added the kind: bug Something isn't working label Dec 14, 2021
@jaredpalmer jaredpalmer merged commit 79d3f76 into main Dec 14, 2021
@jaredpalmer jaredpalmer deleted the fix/cli-papercuts branch December 14, 2021 21:49
sokra pushed a commit that referenced this pull request Oct 25, 2022
This:

* Runs `npm install` in test directories to provide turbopack with modules necessary to bundle them.
* Reuses test directories for iterations across the given benchmark. This prevents unnecessary file writing and `npm install` for each iteration, improving the times to run benchmarks.

Currently cherry-picks #278 as it's necessary along with #277.

Test Plan: Connected to the running devserver mid-test and confirmed no errors are thrown and the triangle is rendered correctly.
sokra pushed a commit that referenced this pull request Oct 25, 2022
Co-authored-by: Nathan Hammond <nathan.hammond@vercel.com>
jridgewell pushed a commit to vercel/next.js that referenced this pull request Mar 10, 2023
…urbo#284)

This:

* Runs `npm install` in test directories to provide turbopack with modules necessary to bundle them.
* Reuses test directories for iterations across the given benchmark. This prevents unnecessary file writing and `npm install` for each iteration, improving the times to run benchmarks.

Currently cherry-picks vercel/turbo#278 as it's necessary along with vercel/turbo#277.

Test Plan: Connected to the running devserver mid-test and confirmed no errors are thrown and the triangle is rendered correctly.
sokra pushed a commit to vercel/next.js that referenced this pull request Mar 13, 2023
…urbo#284)

This:

* Runs `npm install` in test directories to provide turbopack with modules necessary to bundle them.
* Reuses test directories for iterations across the given benchmark. This prevents unnecessary file writing and `npm install` for each iteration, improving the times to run benchmarks.

Currently cherry-picks vercel/turbo#278 as it's necessary along with vercel/turbo#277.

Test Plan: Connected to the running devserver mid-test and confirmed no errors are thrown and the triangle is rendered correctly.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind: bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant