Skip to content

Commit

Permalink
feat: Do not gitignore /lib to allow using this Github as NPM source
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
Ldoppea committed Aug 17, 2022
1 parent 7bcae4a commit beb4e87
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ android/gradle
android/gradlew
android/gradlew.bat

lib/
.classpath
.project
.settings/
Expand Down

0 comments on commit beb4e87

Please sign in to comment.