mirror of
https://github.com/Keychron/qmk_firmware.git
synced 2024-11-22 00:16:41 +06:00
7 lines
171 B
Bash
7 lines
171 B
Bash
|
#!/usr/bin/env bash
|
||
|
|
||
|
cd "$(dirname "$(realpath "${BASH_SOURCE[0]}")")"
|
||
|
yarn install
|
||
|
[[ -e docs ]] || ln -sf ../../docs docs
|
||
|
DEBUG='vitepress:*,vite:*' yarn run docs:build
|