Skip to content

Commit

Permalink
fix: set TAURI_ANDROID_PACKAGE_UNESCAPED in npm scripts until new @ta…
Browse files Browse the repository at this point in the history
…uri-apps/cli is released
  • Loading branch information
mattyg committed Oct 12, 2024
1 parent 09d6ad5 commit 1e1897d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@
"build:happ": "npm run build:zomes && hc app pack workdir --recursive",
"build:zomes": "CARGO_TARGET_DIR=target cargo build --release --target wasm32-unknown-unknown --workspace --exclude volla_messages",
"local-services": "hc run-local-services --bootstrap-interface $INTERNAL_IP --bootstrap-port $BOOTSTRAP_PORT --signal-interfaces $INTERNAL_IP --signal-port $SIGNAL_PORT",
"network:android": "npm run build:happ && TAURI_ANDROID_PACKAGE_UNESCAPED='com.volla.messages' BOOTSTRAP_PORT=$(port) SIGNAL_PORT=$(port) INTERNAL_IP=$(internal-ip --ipv4) concurrently -k \"npm run local-services\" \"UI_PORT=1420 npm run -w ui start\" \"npm run tauri android dev\" \"npm run tauri dev\"",
"start:android": "npm run build:happ && TAURI_ANDROID_PACKAGE_UNESCAPED='com.volla.messages' BOOTSTRAP_PORT=$(port) SIGNAL_PORT=$(port) INTERNAL_IP=$(internal-ip --ipv4) concurrently -k \"npm run local-services\" \"UI_PORT=1420 npm run -w ui start\" \"npm run tauri android dev\"",
"network:android": "npm run build:happ && BOOTSTRAP_PORT=$(port) SIGNAL_PORT=$(port) INTERNAL_IP=$(internal-ip --ipv4) concurrently -k \"npm run local-services\" \"UI_PORT=1420 npm run -w ui start\" \"npm run tauri android dev\" \"npm run tauri dev\"",
"start:android": "npm run build:happ && BOOTSTRAP_PORT=$(port) SIGNAL_PORT=$(port) INTERNAL_IP=$(internal-ip --ipv4) concurrently -k \"npm run local-services\" \"UI_PORT=1420 npm run -w ui start\" \"npm run tauri android dev\"",
"launch": "concurrently-repeat \"npm run tauri dev\" $AGENTS",
"tauri": "tauri"
"tauri": "TAURI_ANDROID_PACKAGE_UNESCAPED='com.volla.messages' tauri"
},
"devDependencies": {
"@holochain-playground/cli": "^0.2.0",
Expand Down

0 comments on commit 1e1897d

Please sign in to comment.