Skip to content

Commit 3444f52

Browse files
committed
feat: simplify scratch:init task by combining commands for better readability
1 parent 6dc9881 commit 3444f52

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

Taskfile.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)