File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 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
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 :
You can’t perform that action at this time.
0 commit comments