diff --git a/.gitignore b/.gitignore index 2581b1a..ca199fe 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ -scratch-editor \ No newline at end of file +scratch-editor +Arduino_Modulino \ No newline at end of file diff --git a/Taskfile.yaml b/Taskfile.yaml index f25569b..a5d0e9a 100644 --- a/Taskfile.yaml +++ b/Taskfile.yaml @@ -7,19 +7,20 @@ tasks: - git clone --depth 1 --branch {{ .SCRATCH_EDITOR_VERSION }} https://github.com/scratchfoundation/scratch-editor.git scratch:install: - dir: scratch-editor - cmds: - - npm install - - npm run build --workspace @scratch/scratch-svg-renderer - - npm run build --workspace @scratch/scratch-vm - - npm run build:dev --workspace @scratch/scratch-gui + dir: scratch-editor + cmds: + - npm install + - npm run build --workspace @scratch/scratch-svg-renderer + - npm run build --workspace @scratch/scratch-vm + - npm run build:dev --workspace @scratch/scratch-gui scratch:patch: - cd scratch-editor/packages/scratch-gui && node ../../../scratch-arduino-extensions/scripts/patch-gui.js scratch:start: - dir: scratch-editor - - npm start --workspace @scratch/scratch-gui + dir: scratch-editor + cmds: + - npm start --workspace @scratch/scratch-gui scratch:clean: - rm -rf scratch-editor