Add `npm test` command

This commit is contained in:
Scott Kyle 2016-02-08 14:19:16 -08:00
parent 53946d3952
commit 0702fed747
1 changed files with 2 additions and 1 deletions

View File

@ -12,6 +12,7 @@
"RealmJS.xcodeproj" "RealmJS.xcodeproj"
], ],
"scripts": { "scripts": {
"postinstall": "scripts/create-symlinks.sh" "postinstall": "scripts/create-symlinks.sh",
"test": "scripts/test.sh"
} }
} }