Add `npm test` command
This commit is contained in:
parent
53946d3952
commit
0702fed747
|
@ -12,6 +12,7 @@
|
|||
"RealmJS.xcodeproj"
|
||||
],
|
||||
"scripts": {
|
||||
"postinstall": "scripts/create-symlinks.sh"
|
||||
"postinstall": "scripts/create-symlinks.sh",
|
||||
"test": "scripts/test.sh"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue