Skip to content

Commit 6dc9881

Browse files
committed
feat: add git remote command in scratch:init task and update app:start command
1 parent f069280 commit 6dc9881

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Taskfile.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ tasks:
2424
- git config --global url."https://github.com/mitmedialab/prg-raise-playground-scratch-vm.git".insteadOf "git@github.com:mitmedialab/prg-raise-playground-scratch-vm.git"
2525
- git clone --recurse-submodules https://github.com/mitmedialab/prg-raise-playground.git
2626
- cd prg-raise-playground
27+
- git remote -v
2728
- git fetch origin
2829
- git switch dev
2930
- pnpm install
@@ -66,6 +67,9 @@ tasks:
6667
adb shell "cd /tmp && unzip -o $ZIP_BASENAME && mkdir -p /home/arduino/ArduinoApps && rm -rf /home/arduino/ArduinoApps/scratch-arduino-app && mv scratch-arduino-app /home/arduino/ArduinoApps/ && rm $ZIP_BASENAME"
6768
echo "App deployed to /home/arduino/ArduinoApps/scratch-arduino-app"
6869
70+
app:start:
71+
- adb shell "arduino-app-cli app start user:scratch-arduino-app"
72+
6973
app:zip:
7074
desc: "Create a zip file with version (defaults to git commit hash)"
7175
vars:

0 commit comments

Comments
 (0)