File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -23,11 +23,7 @@ tasks:
2323 - git config --global url."https://github.com/mitmedialab/prg-raise-playground-scratch-gui.git".insteadOf "git@github.com:mitmedialab/prg-raise-playground-scratch-gui.git"
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
26- - cd prg-raise-playground
27- - git remote -v
28- - git fetch origin
29- - git switch dev
30- - pnpm install
26+ - cd prg-raise-playground && git switch dev && pnpm install
3127 # copy the extension to the rigth place
3228 - ln -s $PWD/scratch-prg-extensions/extensions/src/arduino_basics $PWD/prg-raise-playground/extensions/src/arduino_basics
3329 - cd scratch-prg-extensions/extensions/src/arduino_basics && pnpm install
You can’t perform that action at this time.
0 commit comments