[Internal] Create build-docs.sh (#2569)

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
This commit is contained in:
Steve Ruiz 2024-01-21 14:47:17 +00:00 committed by GitHub
parent 6fde34fafd
commit b46dfbc334
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

4
scripts/vercel/build-docs.sh Executable file
View file

@ -0,0 +1,4 @@
#!/usr/bin/env bash
set -eux
yarn run -T lazy build --filter=apps/docs