b46dfbc334
Fix docs build. ### Change Type - [ ] `patch` — Bug fix - [ ] `minor` — New feature - [ ] `major` — Breaking change - [ ] `dependencies` — Changes to package dependencies[^1] - [ ] `documentation` — Changes to the documentation only[^2] - [ ] `tests` — Changes to any test code only[^2] - [x] `internal` — Any other changes that don't affect the published package[^2] - [ ] I don't know [^1]: publishes a `patch` release, for devDependencies use `internal` [^2]: will not publish a new version
4 lines
No EOL
71 B
Bash
Executable file
4 lines
No EOL
71 B
Bash
Executable file
#!/usr/bin/env bash
|
|
set -eux
|
|
|
|
yarn run -T lazy build --filter=apps/docs |