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 903fedf commit 4182b04Copy full SHA for 4182b04
Taskfile.yaml
@@ -1,6 +1,5 @@
1
version: "3"
2
vars:
3
- SCRATCH_EDITOR_VERSION: v12.0.1
4
DPRINT_VERSION: 0.48.0
5
6
tasks:
@@ -21,6 +20,7 @@ tasks:
21
20
- ${PWD}/.bin/dprint check
22
23
scratch:init:
+ - git config --global url."https://github.com/".insteadOf git@github.com
24
- git clone --recurse-submodules https://github.com/mitmedialab/prg-raise-playground.git
25
- cd prg-raise-playground
26
- git checkout dev
0 commit comments