fix(extension): write prism assets to selected output dir

Respect PLAYWRITER_EXTENSION_DIST in the Prism download step so release builds include welcome page Prism scripts in dist-release/src instead of polluting dist/src.
This commit is contained in:
Tommy D. Rossi
2026-03-12 15:36:37 +01:00
parent 36f3801451
commit df7476af06
3 changed files with 10 additions and 3 deletions
+6
View File
@@ -1,5 +1,11 @@
# Changelog
## 0.0.76
### Bug Fixes
- **Write Prism assets to the active extension output directory**: `scripts/download-prism.ts` now respects `PLAYWRITER_EXTENSION_DIST` instead of always writing to `dist/src`. This fixes release builds (`dist-release`) missing `prism.min.js` and `prism-bash.min.js` used by `welcome.html`.
## 0.0.75
### Changes