We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6329586 commit 4d0b2fdCopy full SHA for 4d0b2fd
Taskfile.yaml
@@ -24,9 +24,10 @@ tasks:
24
- 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"
25
- git clone --recurse-submodules https://github.com/mitmedialab/prg-raise-playground.git
26
- cd prg-raise-playground
27
- - git checkout dev
+ - git switch dev
28
- pnpm install
29
- task scratch:patch
30
+ - cd scratch-prg-extensions/extensions/src/arduino_basics && pnpm install
31
32
scratch:patch:
33
- ln -s $PWD/scratch-prg-extensions/extensions/src/arduino_basics $PWD/prg-raise-playground/extensions/src/arduino_basics
0 commit comments