@blockly/dev-scripts
Version:
Configuration and scripts for Blockly plugins.
21 lines (11 loc) • 599 B
Markdown
# @blockly/dev-scripts [](https://github.com/google/blockly)
This package includes scripts and configuration files used by Blockly plugins.
## Available Scripts
### `blockly-scripts start`
Runs the package in development mode.
Open [http://localhost:3000/test](http://localhost:3000/test) to view the test
playground in the browser. The page will reload if you make edits.
### `blockly-scripts build`
Builds the package into the `dist` directory.
### `blockly-scripts clean`
Deletes the `dist` and `build` directories if they exist.