From 812102f68caddcd94a42f280369b4c059c7deba4 Mon Sep 17 00:00:00 2001 From: lucarin91 Date: Tue, 21 Oct 2025 23:30:00 +0200 Subject: [PATCH] fix taskfile --- Taskfile.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Taskfile.yaml b/Taskfile.yaml index 1884e44..6f84f9b 100644 --- a/Taskfile.yaml +++ b/Taskfile.yaml @@ -8,7 +8,7 @@ tasks: desc: "Upload app files to the Arduino Board" cmds: - adb push ./app.yaml {{ .ARDUINO_APP_BASE_PATH }}/app.yaml - - task modulino:patch + - task: modulino:patch - adb push ./sketch {{ .ARDUINO_APP_BASE_PATH }}/ - adb push ./python/ {{ .ARDUINO_APP_BASE_PATH }}/ - adb push ./assets/ {{ .ARDUINO_APP_BASE_PATH }}/ @@ -25,7 +25,7 @@ tasks: scratch:init: cmds: - git clone --depth 1 --branch {{ .SCRATCH_EDITOR_VERSION }} https://github.com/scratchfoundation/scratch-editor.git - - task scratch:install + - task: scratch:install scratch:install: dir: scratch-editor @@ -54,4 +54,4 @@ tasks: - cp build/index.html ../../../assets/index.html - cp build/gui.js ../../../assets/gui.js ## copy (some) of the static files - - mkdir -p ../../../assets/static/blocks-media && cp -r build/static/blocks-media ../../../assets/static/ \ No newline at end of file + - mkdir -p ../../../assets/static/blocks-media && cp -r build/static/blocks-media ../../../assets/static/