yarn node_modules

This commit is contained in:
Jaco Greeff
2020-08-10 09:51:17 +02:00
parent 8d96c8aed4
commit af94d0d001
2 changed files with 3 additions and 0 deletions

1
.gitignore vendored
View File

@@ -17,6 +17,7 @@ tmp/
.yarn/*
!.yarn/releases
!.yarn/plugins
!.yarn/sdks
cc-test-reporter
lerna-debug.log*
npm-debug.log*

View File

@@ -2,6 +2,8 @@ enableImmutableInstalls: false
enableProgressBars: false
nodeLinker: node-modules
plugins:
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.js
spec: "@yarnpkg/plugin-interactive-tools"