chore: turbo cleanup (#1828)

- Adds workspace-tools
- Updates .gitignore to include yarn/cache for zero-installs: https://yarnpkg.com/getting-started/qa#which-files-should-be-gitignored
This commit is contained in:
Sebastian Rindom
2022-07-11 08:47:48 +00:00
committed by GitHub
parent 812ba65d8f
commit dffb86bb58
3 changed files with 47 additions and 6 deletions
+6 -1
View File
@@ -2,11 +2,16 @@ node_modules
*yarn-error.log
.pnp.*
.yarn/*
!.yarn/cache
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions
packages/**/.yarn/*
integration-tests/**/.yarn/*
.DS_Store
lerna-debug.log
@@ -14,4 +19,4 @@ lerna-debug.log
.idea
.turbo
build/**
build/**
File diff suppressed because one or more lines are too long
+13 -5
View File
@@ -1,7 +1,15 @@
yarnPath: .yarn/releases/yarn-3.2.1.cjs
checksumBehavior: ignore
nodeLinker: "node-modules"
nmMode: "hardlinks-global"
enableGlobalCache: true
compressionLevel: 0
checksumBehavior: "ignore"
enableGlobalCache: true
nmMode: hardlinks-global
nodeLinker: node-modules
plugins:
- path: .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs
spec: "@yarnpkg/plugin-workspace-tools"
yarnPath: .yarn/releases/yarn-3.2.1.cjs