mirror of
https://github.com/laurent22/joplin.git
synced 2024-12-12 08:54:00 +02:00
7 lines
272 B
Bash
Executable File
7 lines
272 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# This is a convenient way to build and test a plugin demo.
|
|
# It could be used to develop plugins too.
|
|
|
|
PLUGIN_PATH=/home/laurent/source/joplin/CliClient/tests/support/plugins/settings
|
|
npm i --prefix="$PLUGIN_PATH" && npm start -- --dev-plugins "$PLUGIN_PATH" |