mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-07-18 00:46:45 +00:00
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) |
||
|---|---|---|
| .. | ||
| build-all.js | ||
| install-all.js | ||