bonfire-app/flavours/classic/config/deps.js.sh
Mayel de Borniol 7c54e7be41 misc
2022-09-07 08:59:28 +12:00

9 lines
257 B
Bash
Executable file

#!/bin/sh
# any extensions/deps with a package.json in their /assets directory
# space seperated
DEPS='iconify_ex bonfire_ui_common bonfire_editor_quill'
# bonfire_editor_ck
chmod +x ./assets/install_extensions.sh
./assets/install_extensions.sh "$DEPS" $@