mirror of
https://github.com/actualbudget/actual.git
synced 2026-03-12 04:55:06 -05:00
chore: allow mobile package to pass with no tests
This commit is contained in:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user