Development Commands
7/8/26Less than 1 minute
Development Commands
Info
This section provides detailed documentation for the npm scripts defined in package.json, organized by functionality: development, testing, packaging, code quality, and release workflows.
Overview
The eIsland frontend uses npm scripts as the primary interface for development tasks. All scripts are defined in web/package.json and executed via npm run <script>.
Note
For a quick reference of all commands, see Frontend Setup — Development Commands. The documents below provide in-depth coverage of each command group.
Documents
| Document | Description |
|---|---|
| Development Commands | dev, build, preview — building, running, and previewing the application |
| Testing Commands | test, test:preload, test:coverage — running tests and measuring coverage |
| Package Commands | package, postinstall — building installers and managing native modules |
| Code Quality Commands | comment:check, i18n:check — validating comment standards and i18n completeness |
| Release Commands | release:notes, changelog:generate, release:upload* — changelogs and artifact uploads |
| Plugin Commands | build, test, smoke — building, testing, and smoke-testing all native plugins |
Changelog
7/8/26, 5:52 AM
View All Changelog
9f290-on

