diff options
author | Maël Nison <nison.mael@gmail.com> | 2020-09-28 17:35:09 +0200 |
---|---|---|
committer | Michaël Zasso <targos@protonmail.com> | 2021-09-06 08:40:01 +0200 |
commit | 71659fd4baa90006937e78d789ec0aef95672eb1 (patch) | |
tree | 2fd8671b0145a525132be5c8afe2bf5824aa1bc7 /.gitignore | |
parent | 79ce0964704a6a0059b2528ed29c6daf95416ec3 (diff) | |
download | node-new-71659fd4baa90006937e78d789ec0aef95672eb1.tar.gz |
deps: add corepack
Corepack provides shims for Yarn and pnpm in order to soften the
developer experience when working on Node projects.
Refs: https://github.com/nodejs/node/issues/15244
Refs: https://github.com/nodejs/TSC/issues/904
PR-URL: https://github.com/nodejs/node/pull/39608
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 08b44ff956..c0053a0732 100644 --- a/.gitignore +++ b/.gitignore @@ -62,6 +62,7 @@ _UpgradeReport_Files/ *.wixobj /tools/msvs/genfiles/ /npm.wxs +/corepack.wxs /tools/msvs/msi/Release/ /tools/msvs/msi/obj/ /tools/msvs/msi/x64/ |