-
-
Notifications
You must be signed in to change notification settings - Fork 47
Open
Description
Generating this tutorial takes twice as long as it did before the switch to Vite. From about 10 minutes to over 20 minutes in CI. It is slower on my local dev machine.
This is due to the fact that we don't have a speedy way to run tests from the command line. And this tutorial runs the tests very often (nearly 50 times), and running the tests does a full slow production build every time. The old way was able to reuse the build from the legacy dev server, which is obviously not a thing anymore.
Does anyone have any tips or tricks they use locally?
Metadata
Metadata
Assignees
Labels
No labels