-
Notifications
You must be signed in to change notification settings - Fork 22.5k
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
make 'yarn start' be aware of BUILD_OUT_ROOT #6349
make 'yarn start' be aware of BUILD_OUT_ROOT #6349
Conversation
@hamishwillee If you can test this, I'll merge it. |
...unless @fiji-flo gets a chance to review it before you. |
I'm hoping @fiji-flo will get to it first. The queue from being away for 2 weeks is out of control. |
@peterbe Looks fine and working but in what scenario does |
It doesn't. You'd need to run both |
Question (that should not block this going in). What's the best way to make this visible to potential users? The per-page flaw checker is visible on the top of page when you edit a page locally, but how would you find this trick? |
There's a link to the "Flaws Dashboard" on the (Writer's) home page. |
So is this now tested? |
What do you mean? If you're asking about this PR; what it does is that it makes it possible to start the "Flaws Dashboard" and get a complete picture of ALL flaws when you build ALL content. |
@hamishwillee To speed up the review of this; can you manually apply this change that this PR does to your local |
Hi @peterbe
I can see it building, but the dashboard at P.S. What I meant previously about testing was "Is it enough to say I see flaws appearing in the list". If not, what do you need tested about this. |
That is correct. I'd be very surprised if there are 0 flaws :) |
Not for me either! |
Now I know what it was!
The latter one is this PR. And the fix to So what I did was merged in the latest In conclusion, @hamishwillee please try again. Check out my latest branch and run |
It works. A thing of beauty. Get it in :-). For next iteration, consider providing a visual hint that the page is regenerating when reordering the table. It takes a while on my computer, during which nothing appears to happen. Not a problem except I thought that it was broken. |
I'm going to merge it then. If it works, it works. |
Fixes #6349
Now, if you first run:
in one terminal, and
in another. Now both the
yarn build
and theyarn start
will share the same overwrittenBUILD_OUT_ROOT
environment variable.