diff --git a/package.json b/package.json index 986aaad..291ba18 100644 --- a/package.json +++ b/package.json @@ -43,8 +43,6 @@ "test": "echo \"Error: no test specified\" && exit 1", "prepublishOnly": "yarn rebuild", "prepack": "yarn submodules && yarn cleanup:ios", - "postpack": "yarn submodules", - "postinstall": "yarn submodules", "cleanup:ios": "pushd ios/external/SpotifySDK/SpotifyiOS.framework; rm SpotifyiOS Headers; mv Versions/Current/* .; popd", "submodules": "rm -rf ios/external/* && rm -rf android/external/* && git submodule update --init --recursive", "example": "concurrently -n \"server,packager\" -c \"yellow,cyan\" \"cd example-server && yarn start\" \"cd example && yarn start\"",