c9b7d328fe
These were needed when the docs lived in a different repo, but they don't any more so we can get rid of them. ### Change Type - [x] `internal` — Does not affect user-facing stuff - [x] `chore` — Updating dependencies, other boring stuff
6 lines
No EOL
154 B
Bash
Executable file
6 lines
No EOL
154 B
Bash
Executable file
#!/usr/bin/env bash
|
|
set -eux
|
|
|
|
yarn run -T lazy build-api
|
|
yarn run -T lazy refresh-everything --filter=apps/docs
|
|
yarn run -T lazy build --filter=apps/docs |