Skip to content

Commit b52a99c

Browse files
committed
[Example] Don't remove extraneous git dir
Just in case someone is mistakenly trying to use symlinks with RN.
1 parent 16e8530 commit b52a99c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"private": true,
55
"scripts": {
66
"preinstall": "cd .. && npm run build",
7-
"postinstall": "rm -rf node_modules/react-native-immutable-list-view/{node_modules,example,.git}",
7+
"postinstall": "rm -rf node_modules/react-native-immutable-list-view/{node_modules,example}",
88
"start": "node node_modules/react-native/local-cli/cli.js start"
99
},
1010
"dependencies": {

0 commit comments

Comments
 (0)