@robotical/martyblocks
v4.0.27
Published
MartyBlocks based on Scratch for Marty the Robot by Robotical
Downloads
2,566
Readme
MartyBlocks 2.0
MartyBlocks is Robotical's Scratch-based programming environment for Marty the Robot.
This repository publishes the web bundle consumed by marty-web-app as @robotical/martyblocks. The package keeps the legacy consumer contract: built files are emitted to the root dist/ directory, and marty-web-app copies node_modules/@robotical/martyblocks/dist/ into public/MartyBlocks/.
Release Build
npm run release:build
npm run release:checkThe release build applies robotical/replacements into scratch-editor, installs dependencies, builds Scratch Blocks, builds Scratch VM, builds Scratch GUI, and copies scratch-editor/packages/scratch-gui/build/ into root dist/.
Beta releases are published as @robotical/[email protected] using the npm beta dist-tag.
