8 lines
158 B
Bash
Executable File
8 lines
158 B
Bash
Executable File
#!/usr/bin/env bash
|
|
#MISE description="Start the Stoat Developers website"
|
|
#MISE depends=["docs:install"]
|
|
#MISE dir="{{config_root}}/docs"
|
|
set -e
|
|
|
|
pnpm build
|