|
|
@@ -36,7 +36,7 @@ rm -rf $outputFolder
|
|
|
mkdir -p $outputFolder
|
|
|
|
|
|
# Run expo export with the specified output folder
|
|
|
-npx expo export --output-dir $outputFolder
|
|
|
+pnpm expo export --max-workers 8 --output-dir $outputFolder
|
|
|
|
|
|
# Extract expo config property from app.json and save to expoconfig.json
|
|
|
jq '.expo' app.json > $outputFolder/expoconfig.json
|