|
19 | 19 | "barekit:link-ios-addons": "node node_modules/react-native-bare-kit/ios/link.mjs", |
20 | 20 | "pods:install": "cd ios && pod install", |
21 | 21 | "test": "jest", |
22 | | - "bundle:android": "bare-pack -p android --linked --defer sentry-bare --out bundles/app-android.bundle.js node_modules/@tetherto/pearpass-lib-vault-core/src/worklet/app.js", |
23 | | - "bundle:ios": "bare-pack -p ios --linked --defer sentry-bare --out bundles/app-ios.bundle.js node_modules/@tetherto/pearpass-lib-vault-core/src/worklet/app.js", |
24 | | - "bundle:autofill": "bare-pack --target ios --target android --linked --defer sentry-bare --out bundles/autofill.bundle node_modules/@tetherto/pearpass-lib-vault-core/src/worklet/app-ipc.js", |
| 22 | + "bundle:android": "bare-pack -p android --linked --defer sentry-bare --defer @tetherto/swarmconf --out bundles/app-android.bundle.js node_modules/@tetherto/pearpass-lib-vault-core/src/worklet/app.js", |
| 23 | + "bundle:ios": "bare-pack -p ios --linked --defer sentry-bare --defer @tetherto/swarmconf --out bundles/app-ios.bundle.js node_modules/@tetherto/pearpass-lib-vault-core/src/worklet/app.js", |
| 24 | + "bundle:autofill": "bare-pack --target ios --target android --linked --defer sentry-bare --defer @tetherto/swarmconf --out bundles/autofill.bundle node_modules/@tetherto/pearpass-lib-vault-core/src/worklet/app-ipc.js", |
25 | 25 | "bundle-bare": "npm run bundle:android && npm run bundle:ios && npm run bundle:autofill", |
26 | | - "bundle:android:nightly": "bare-pack -p android --linked --out bundles/app-android.bundle.js node_modules/@tetherto/pearpass-lib-vault-core/src/worklet/app.js", |
27 | | - "bundle:ios:nightly": "bare-pack -p ios --linked --out bundles/app-ios.bundle.js node_modules/@tetherto/pearpass-lib-vault-core/src/worklet/app.js", |
28 | | - "bundle:autofill:nightly": "bare-pack --target ios --target android --linked --out bundles/autofill.bundle node_modules/@tetherto/pearpass-lib-vault-core/src/worklet/app-ipc.js", |
| 26 | + "bundle:android:nightly": "bare-pack -p android --linked --defer @tetherto/swarmconf --out bundles/app-android.bundle.js node_modules/@tetherto/pearpass-lib-vault-core/src/worklet/app.js", |
| 27 | + "bundle:ios:nightly": "bare-pack -p ios --linked --defer @tetherto/swarmconf --out bundles/app-ios.bundle.js node_modules/@tetherto/pearpass-lib-vault-core/src/worklet/app.js", |
| 28 | + "bundle:autofill:nightly": "bare-pack --target ios --target android --linked --defer @tetherto/swarmconf --out bundles/autofill.bundle node_modules/@tetherto/pearpass-lib-vault-core/src/worklet/app-ipc.js", |
29 | 29 | "bundle-bare:nightly": "npm run bundle:android:nightly && npm run bundle:ios:nightly && npm run bundle:autofill:nightly", |
30 | 30 | "lingui:extract": "lingui extract", |
31 | 31 | "lingui:compile": "lingui compile", |
|
0 commit comments