Skip to content

Commit

Permalink
🐛 (install) fix patch-package in production
Browse files Browse the repository at this point in the history
  • Loading branch information
tpucci committed Jul 29, 2019
1 parent 038d75c commit 8d62f13
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/Contribute.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ route: /contribute

- Clone this repository.
- Run `yarn` in the root directory.
- Run `yarn post-install` in the root directory.
- Run `yarn` in the `example` directory.
- Add your code and its test in the `<rootDir>/src` directory.
- Add your example code and its test in the `<rootDir>/example` directory.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"react-native": "*"
},
"scripts": {
"postinstall": "patch-package",
"post-install": "patch-package",
"build": "tsc",
"coveralls": "cat ./coverage/lcov.info | ./node_modules/.bin/coveralls",
"predoc:build": "cd example && yarn && cd ..",
Expand Down

0 comments on commit 8d62f13

Please sign in to comment.