-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Re-bundle JS in a fresh environment (#2710)
`npm`/`yarn` is non-deterministic when it comes to bundling dependencies, and so you can very easily end up with a dependency drift (especially when you're being strict about what you build elsewhere). It turns out that this is what #2680 was showing. If we clean the whole environment (`git clean -fdx`), then run `setup` and the other steps that the Action runs through, we get the same result.
- Loading branch information
1 parent
34834ac
commit df639c1
Showing
2 changed files
with
7 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.