Skip to content

Commit a2ffae4

Browse files
authored
fix. taskfile to(#9)
1 parent 525f40e commit a2ffae4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Taskfile.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ tasks:
88
desc: "Upload app files to the Arduino Board"
99
cmds:
1010
- adb push ./app.yaml {{ .ARDUINO_APP_BASE_PATH }}/app.yaml
11-
- task modulino:patch
11+
- task: modulino:patch
1212
- adb push ./sketch {{ .ARDUINO_APP_BASE_PATH }}/
1313
- adb push ./python/ {{ .ARDUINO_APP_BASE_PATH }}/
1414
- adb push ./assets/ {{ .ARDUINO_APP_BASE_PATH }}/
@@ -25,7 +25,7 @@ tasks:
2525
scratch:init:
2626
cmds:
2727
- git clone --depth 1 --branch {{ .SCRATCH_EDITOR_VERSION }} https://github.com/scratchfoundation/scratch-editor.git
28-
- task scratch:install
28+
- task: scratch:install
2929

3030
scratch:install:
3131
dir: scratch-editor
@@ -54,4 +54,4 @@ tasks:
5454
- cp build/index.html ../../../assets/index.html
5555
- cp build/gui.js ../../../assets/gui.js
5656
## copy (some) of the static files
57-
- mkdir -p ../../../assets/static/blocks-media && cp -r build/static/blocks-media ../../../assets/static/
57+
- mkdir -p ../../../assets/static/blocks-media && cp -r build/static/blocks-media ../../../assets/static/

0 commit comments

Comments
 (0)