Skip to content

Instantly share code, notes, and snippets.

@n4bb12
Last active March 22, 2023 12:46
Show Gist options
  • Save n4bb12/9001db0547f58d1ab3a71966b1924d57 to your computer and use it in GitHub Desktop.
Save n4bb12/9001db0547f58d1ab3a71966b1924d57 to your computer and use it in GitHub Desktop.
yarn-3.sh
# yarn
# https://yarnpkg.com/getting-started/qa#which-files-should-be-gitignored
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions
yarn set version berry
yarn set version stable
yarn config set nodeLinker node-modules
yarn
yarn plugin import interactive-tools
yarn plugin import typescript
yarn plugin import https://yarnplugins.com/echo-execute
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment