From 0702fed7473e28142723987bb4727f23729d7b01 Mon Sep 17 00:00:00 2001 From: Scott Kyle Date: Mon, 8 Feb 2016 14:19:16 -0800 Subject: [PATCH] Add `npm test` command --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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" } }