Skip to content

Commit 4182b04

Browse files
committed
feat: remove SCRATCH_EDITOR_VERSION and update Git configuration in scratch:init task
1 parent 903fedf commit 4182b04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Taskfile.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
version: "3"
22
vars:
3-
SCRATCH_EDITOR_VERSION: v12.0.1
43
DPRINT_VERSION: 0.48.0
54

65
tasks:
@@ -21,6 +20,7 @@ tasks:
2120
- ${PWD}/.bin/dprint check
2221

2322
scratch:init:
23+
- git config --global url."https://github.com/".insteadOf git@github.com
2424
- git clone --recurse-submodules https://github.com/mitmedialab/prg-raise-playground.git
2525
- cd prg-raise-playground
2626
- git checkout dev

0 commit comments

Comments
 (0)