super-productivity/packages/plugin-dev/scripts
Johannes Millan f9cdc34936 fix(plugins): copy directories recursively in build script
Add copyRecursive() helper function to handle both files and directories
when copying plugin builds to bundled-plugins. This ensures i18n folders
and other directories are properly copied.

Previously, only files were copied (checking isFile()), which caused i18n
folders to be skipped. Now all three plugin build commands (procrastination-
buster, sync-md, ai-productivity-prompts) properly copy directory trees.

Fixes: 404 errors for i18n/de.json and other directory contents
2026-01-16 21:18:41 +01:00
..
build-all.js fix(plugins): copy directories recursively in build script 2026-01-16 21:18:41 +01:00
install-all.js feat(plugin-api): create foundational plugin API package 2025-06-27 18:13:19 +02:00