joplin/packages/app-desktop/testPluginDemo.sh

7 lines
285 B
Bash
Raw Normal View History

#!/bin/bash
# This is a convenient way to build and test a plugin demo.
# It could be used to develop plugins too.
2020-11-05 16:58:23 +00:00
PLUGIN_PATH=/home/laurent/source/joplin/packages/app-cli/tests/support/plugins/content_script
npm i --prefix="$PLUGIN_PATH" && npm start -- --dev-plugins "$PLUGIN_PATH"