Skip to content

Commit

Permalink
feat: Do not gitignore /dist 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 prepare` and commit
`/dist` 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` to install it
from the consumer project due to a bug when using Github as source with
yarn 1.x (cf yarnpkg/yarn#5235)
  • Loading branch information
Ldoppea committed Aug 3, 2023
1 parent c17337c commit 050aaa7
Show file tree
Hide file tree
Showing 11 changed files with 676 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,6 @@ buck-out/
# CocoaPods
Pods/

# Bob
dist/

# OCaml / Reason
**/.merlin
**/lib/bs
Expand Down
302 changes: 302 additions & 0 deletions dist/commonjs/generate.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions dist/commonjs/generate.js.map

Large diffs are not rendered by default.

43 changes: 43 additions & 0 deletions dist/commonjs/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions dist/commonjs/index.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 050aaa7

Please sign in to comment.