mirror of
https://github.com/laurent22/joplin.git
synced 2024-12-24 10:27:10 +02:00
Tools: Update script to test plugins
This commit is contained in:
parent
1a195e23dd
commit
f9b1a32ae7
@ -16,9 +16,13 @@ if [[ $NEED_COMPILING == 1 ]]; then
|
||||
echo "Copying from: $PLUGIN_PATH"
|
||||
echo "To: $TEMP_PLUGIN_PATH"
|
||||
|
||||
rsync -a --delete "$PLUGIN_PATH/" "$TEMP_PLUGIN_PATH/"
|
||||
rsync -a --exclude "cache/" --exclude "node_modules" --delete "$PLUGIN_PATH/" "$TEMP_PLUGIN_PATH/"
|
||||
|
||||
NODE_OPTIONS=--openssl-legacy-provider npm install --prefix="$TEMP_PLUGIN_PATH" && yarn start --dev-plugins "$TEMP_PLUGIN_PATH"
|
||||
cd "$TEMP_PLUGIN_PATH/"
|
||||
NODE_OPTIONS=--openssl-legacy-provider npm install
|
||||
|
||||
cd "$SCRIPT_DIR"
|
||||
yarn start --dev-plugins "$TEMP_PLUGIN_PATH"
|
||||
else
|
||||
yarn start --dev-plugins "$PLUGIN_PATH"
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user