From d582e71f0cfc35ea64065c669b979f5b524d39ee Mon Sep 17 00:00:00 2001 From: Hoang Vo Date: Sat, 16 Oct 2021 09:34:54 +0700 Subject: [PATCH] Remove NPM hooks --- package.json | 2 -- 1 file changed, 2 deletions(-) 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\"",