Skip to content

Commit

Permalink
Remove postinstall script (Fixes: #103)
Browse files Browse the repository at this point in the history
It deletes files outside of repository directories.
  • Loading branch information
kaplanlior committed Aug 30, 2020
1 parent b769c29 commit 3cd6195
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
"start": "watchman watch-del-all && react-native start",
"test": ":",
"lint": "eslint .",
"postinstall": "rm -rf ../node_modules",
"pod": "node scripts/pod.js"
},
"license": "MIT",
Expand Down

0 comments on commit 3cd6195

Please sign in to comment.