mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-03 06:45:39 +08:00
4 lines
150 B
TOML
4 lines
150 B
TOML
[build]
|
|
publish = "docs/.vitepress/dist"
|
|
command = "bin/setup-runtime && export PATH=\"$(pwd)/bin:$PATH\" && php --version && npm run docs:build"
|