Skip to content

Commit

Permalink
fix: Add postinstall
Browse files Browse the repository at this point in the history
  • Loading branch information
budde377 committed Apr 23, 2017
1 parent d634f7d commit f4b52e1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "./tools/test.sh"
"test": "./tools/test.sh",
"postinstall": "rm -f node_modules/intl/.babelrc"
},
"dependencies": {
"buffer": "^5.0.5",
Expand Down

0 comments on commit f4b52e1

Please sign in to comment.