Skip to content

Commit 1cf2941

Browse files
committed
remove glob expansion from android generation
1 parent 3fc0b94 commit 1cf2941

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"scripts": {
66
"android": "react-native run-android",
77
"bundle-data": "node scripts/bundle-data.mjs data/ docs/",
8-
"bundle:android": "mkdir -p android/generated/{assets,res}/ && react-native bundle --entry-file index.js --dev true --platform android --bundle-output ./android/generated/assets/index.android.bundle --sourcemap-output ./android/generated/assets/index.android.bundle.map --assets-dest ./android/generated/res/",
8+
"bundle:android": "mkdir -p android/generated/assets/ android/generated/res/ && react-native bundle --entry-file index.js --dev true --platform android --bundle-output ./android/generated/assets/index.android.bundle --sourcemap-output ./android/generated/assets/index.android.bundle.map --assets-dest ./android/generated/res/",
99
"bundle:ios": "react-native bundle --entry-file index.js --dev false --platform ios --bundle-output ./ios/AllAboutOlaf/main.jsbundle --sourcemap-output ./ios/AllAboutOlaf/main.jsbundle.map --assets-dest ./ios",
1010
"fastlane": "bundle exec fastlane",
1111
"compress-data": "gzip --keep docs/*.json",

0 commit comments

Comments
 (0)