File tree Expand file tree Collapse file tree 2 files changed +11
-9
lines changed Expand file tree Collapse file tree 2 files changed +11
-9
lines changed Original file line number Diff line number Diff line change 1- scratch-editor
1+ scratch-editor
2+ Arduino_Modulino
Original file line number Diff line number Diff line change 77 - git clone --depth 1 --branch {{ .SCRATCH_EDITOR_VERSION }} https://github.com/scratchfoundation/scratch-editor.git
88
99 scratch:install :
10- dir : scratch-editor
11- cmds :
12- - npm install
13- - npm run build --workspace @scratch/scratch-svg-renderer
14- - npm run build --workspace @scratch/scratch-vm
15- - npm run build:dev --workspace @scratch/scratch-gui
10+ dir : scratch-editor
11+ cmds :
12+ - npm install
13+ - npm run build --workspace @scratch/scratch-svg-renderer
14+ - npm run build --workspace @scratch/scratch-vm
15+ - npm run build:dev --workspace @scratch/scratch-gui
1616
1717 scratch:patch :
1818 - cd scratch-editor/packages/scratch-gui && node ../../../scratch-arduino-extensions/scripts/patch-gui.js
1919
2020 scratch:start :
21- dir : scratch-editor
22- - npm start --workspace @scratch/scratch-gui
21+ dir : scratch-editor
22+ cmds :
23+ - npm start --workspace @scratch/scratch-gui
2324
2425 scratch:clean :
2526 - rm -rf scratch-editor
You can’t perform that action at this time.
0 commit comments