chore: allow mobile package to pass with no tests
This commit is contained in:
parent
9be15eaee1
commit
102d92048b
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
|||
"android": "npx react-native run-android --appId com.shiftreset.actual",
|
||||
"android:prod": "rm -f ./android/app/build/generated/assets/react/release/index.android.bundle && npx react-native run-android --appId com.shiftreset.actual --variant=release",
|
||||
"ios": "react-native run-ios",
|
||||
"test": "jest",
|
||||
"test": "jest --passWithNoTests",
|
||||
"postinstall": "patch-package"
|
||||
},
|
||||
"dependencies": {
|
||||
|
|
Loading…
Reference in a new issue