18 lines
412 B
Batchfile
18 lines
412 B
Batchfile
@REM npx nodemon ^
|
|
@REM --ext ts,tsx ^
|
|
@REM --ignore "dist" ^
|
|
@REM --exec "npm run build"
|
|
|
|
@REM adb pair 19216.10.108:41773
|
|
|
|
@REM npx nodemon ^
|
|
@REM --ext ts,tsx ^
|
|
@REM --delay 5 ^
|
|
@REM --ignore "dist" ^
|
|
@REM --ignore "android" ^
|
|
@REM --ignore "public" ^
|
|
@REM --exec "npm run run_android"
|
|
|
|
npx cap run android --target=8L5PT4S84HWKOB4H --no-build --no-sync
|
|
|