diff --git a/package.json b/package.json index 39b15121..66863451 100644 --- a/package.json +++ b/package.json @@ -12,6 +12,7 @@ "RealmJS.xcodeproj" ], "scripts": { - "postinstall": "scripts/create-symlinks.sh" + "postinstall": "scripts/create-symlinks.sh", + "test": "scripts/test.sh" } }