4 lines
71 B
Bash
4 lines
71 B
Bash
|
#!/usr/bin/env bash
|
||
|
set -eux
|
||
|
|
||
|
yarn run -T lazy build --filter=apps/docs
|