From beb4e8751846a2a1a54d434a9df46e05cd694489 Mon Sep 17 00:00:00 2001 From: Yannick Chiron Date: Wed, 17 Aug 2022 19:02:08 +0200 Subject: [PATCH] feat: Do not gitignore `/lib` to allow using this Github as NPM source To use this lib in our project we will `yarn build` and commit `/lib` content This will allow us to add this lib in the `package.json` by using the Github URL We cannot use the `prepare` entry from `package.json` due to a bug when using Github as source with yarn 1.x (cf yarnpkg/yarn#5235) --- .gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitignore b/.gitignore index 109d94a1e2..51da5a9d96 100644 --- a/.gitignore +++ b/.gitignore @@ -53,7 +53,6 @@ android/gradle android/gradlew android/gradlew.bat -lib/ .classpath .project .settings/