super-productivity/packages/plugin-dev/scripts
Johannes Millan 28e4335c99 fix(plugins): add missing automations plugin to build script
The automations plugin was missing from the build-all.js script, causing
its manifest.json to not be copied to src/assets/bundled-plugins/.

This resulted in 404 errors during E2E tests (6 per test × ~199 tests =
~1,194 404s total) because plugin.service.ts tries to load all 6
bundled plugins but only 5 were being built.

Added automations plugin configuration to build-all.js with the same
pattern as other bundled plugins (build + copy dist files to assets).

Fixes: 1,146 console 404 errors in E2E test runs
Related: plugin.service.ts lines 93-156 (_discoverBuiltInPlugins)
2026-01-23 20:07:52 +01:00
..
build-all.js fix(plugins): add missing automations plugin to build script 2026-01-23 20:07:52 +01:00
install-all.js feat(plugin-api): create foundational plugin API package 2025-06-27 18:13:19 +02:00