Skip to content

Commit

Permalink
Get rid of turbo on android
Browse files Browse the repository at this point in the history
  • Loading branch information
ospfranco committed Nov 18, 2024
1 parent 1b66ac7 commit ebbddd2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 2 additions & 1 deletion scripts/test-android.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
JAVA_OPTS=-XX:MaxHeapSize=6g yarn turbo run run:android:release --cache-dir=.turbo/android
cd example
JAVA_OPTS=-XX:MaxHeapSize=6g yarn run:android:release --cache-dir=.turbo/android
adb forward tcp:9000 tcp:9000
echo "Polling in-app server..."
node ./scripts/poll-in-app-server.js
4 changes: 0 additions & 4 deletions scripts/turnOnLibsql.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
const fs = require('fs');

console.log('Current working directory:', process.cwd());

// Read the package.json file
const packageJson = JSON.parse(fs.readFileSync('./example/package.json'));

Expand All @@ -14,5 +12,3 @@ fs.writeFileSync(
'./example/package.json',
JSON.stringify(packageJson, null, 2)
);

console.log('package.json updated successfully!');

0 comments on commit ebbddd2

Please sign in to comment.