-
Notifications
You must be signed in to change notification settings - Fork 905
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: init uses yarn assuming version > 1.x
- Checks that we're using yarn > 1.x when calling `yarn set` which isn't supported [1] but is for later versions [2]. - Update tests to support environment change differences between yarn 1.x & 3.x. - Fix glob.sync to only use forward slashes. [1] https://classic.yarnpkg.com/en/docs/cli/set [2] https://yarnpkg.com/cli/set/version [3] https://github.com/mrmlnc/fast-glob#how-to-write-patterns-on-windows
- Loading branch information
Showing
4 changed files
with
19 additions
and
11 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
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
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
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