mirror of
https://github.com/laurent22/joplin.git
synced 2024-12-27 10:32:58 +02:00
7 lines
189 B
Bash
Executable File
7 lines
189 B
Bash
Executable File
#!/bin/bash
|
|
set -e
|
|
|
|
CLIENT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
|
npm version patch
|
|
$CLIENT_DIR/build.sh
|
|
sudo rsync -aP "$CLIENT_DIR/build/" "/usr/lib/node_modules/joplin/" |