mirror of
https://github.com/zadam/trilium.git
synced 2025-09-26 00:25:33 +08:00
8 lines
No EOL
200 B
Bash
Executable file
8 lines
No EOL
200 B
Bash
Executable file
#!/bin/bash
|
|
set -e
|
|
|
|
SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
|
|
ROOT_DIR="$SCRIPT_DIR/../.."
|
|
|
|
npm run build
|
|
cd $ROOT_DIR/packages/app-cli && npm run test -- HtmlToMd |