mirror of
https://github.com/laurent22/joplin.git
synced 2025-01-29 19:13:59 +02:00
3 lines
158 B
Bash
3 lines
158 B
Bash
|
#/bin/bash
|
||
|
CLIENT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
||
|
NODE_PATH="$CLIENT_DIR/build" node "$CLIENT_DIR/build/build-translation.js" --silent
|