From 18951dd747a33b237afbcc9317f787e91d4b04d2 Mon Sep 17 00:00:00 2001 From: Dylan Date: Wed, 25 Aug 2021 09:58:25 +0200 Subject: [PATCH] fix: missing SpotifyiOS.h in example --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index c8f3a83..986aaad 100644 --- a/package.json +++ b/package.json @@ -44,6 +44,7 @@ "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\"",