5 lines
129 B
Bash
Executable file
5 lines
129 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
cd "$(dirname "$(realpath "${BASH_SOURCE[0]}")")"
|
|
yarn install
|
|
DEBUG='vitepress:*,vite:*' yarn run docs:dev
|