Skip to content

Commit feae769

Browse files
author
Becca Bailey
committed
Add yarn version config
This ensures that yarn commands in the Victory repo will default to yarn v1 regardless of the specific version that is installed on your machine. Yarn v2 is not compatible with lerna, so we will need to leave our yarn version pinned to v1 until we swap out our monorepo tooling.
1 parent a55d268 commit feae769

File tree

3 files changed

+147399
-1
lines changed

3 files changed

+147399
-1
lines changed

.gitignore

+10-1
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,13 @@ storybook-static
4242
build-storybook.log*
4343
artifacts
4444
tmp
45-
.idea
45+
.pnp.*
46+
47+
# Yarn
48+
# https://yarnpkg.com/getting-started/qa#which-files-should-be-gitignored
49+
.yarn/*
50+
!.yarn/patches
51+
!.yarn/plugins
52+
!.yarn/releases
53+
!.yarn/sdks
54+
!.yarn/versions

0 commit comments

Comments
 (0)