Skip to content

Commit b6718a6

Browse files
committed
🔧 Yarn 1.0 can't handle shell expansion; flatten it
1 parent f374644 commit b6718a6

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}",
7+
"postinstall": "rm -rf node_modules/react-native-immutable-list-view/node_modules node_modules/react-native-immutable-list-view/example",
88
"start": "node node_modules/react-native/local-cli/cli.js start"
99
},
1010
"dependencies": {

0 commit comments

Comments
 (0)