Frontmatter
| id | 7794 |
| title | Move highlight.js build from postinstall to buildAll |
| state | Closed |
| labels | enhancementdeveloper-experienceai |
| assignees | tobiu |
| createdAt | Nov 18, 2025, 6:23 PM |
| updatedAt | Nov 18, 2025, 6:26 PM |
| githubUrl | https://github.com/neomjs/neo/issues/7794 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Nov 18, 2025, 6:26 PM |
Description
The current
postinstallscript inpackage.jsontriggers the highlight.js build process. This is considered too aggressive for a standard installation.Goal
Move the highlight.js build execution from the
postinstallscript inpackage.jsonto thebuildScripts/buildAll.mjsscript.Acceptance Criteria
postinstallscript callingbuildHighlightJs.mjsfrompackage.json.buildScripts/buildHighlightJs.mjstobuildScripts/buildAll.mjs, ensuring it runs as part of the standard build process (e.g., afterbundleParse5).