mirror of
https://github.com/boostorg/unordered.git
synced 2025-05-10 07:34:00 +00:00
10 lines
161 B
Bash
Executable File
10 lines
161 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -ex
|
|
|
|
SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
|
|
cd "$SCRIPT_DIR"
|
|
|
|
npm ci
|
|
npx antora unordered-playbook.yml
|