|
@@ -21,8 +21,11 @@
|
21
|
21
|
"scripts": {
|
22
|
22
|
"build": ":",
|
23
|
23
|
"lint": "eslint src test",
|
|
24
|
+ "test:js": "jest",
|
|
25
|
+ "test:android": "cd android && ./gradlew clean testDebugUnitTest",
|
|
26
|
+ "test:ios": ":",
|
24
|
27
|
"pretest": "npm run lint",
|
25
|
|
- "test": "cd android && ./gradlew clean testDebugUnitTest",
|
|
28
|
+ "test": "npm run test:js && npm run test:android && npm run test:ios",
|
26
|
29
|
"release": "npm version prerelease && npm publish --tag next && npm view react-native-navigation dist-tags && git push"
|
27
|
30
|
},
|
28
|
31
|
"peerDependencies": {
|