[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:
parent
6fde34fafd
commit
b46dfbc334
1 changed files with 4 additions and 0 deletions
4
scripts/vercel/build-docs.sh
Executable file
4
scripts/vercel/build-docs.sh
Executable file
|
@ -0,0 +1,4 @@
|
|||
#!/usr/bin/env bash
|
||||
set -eux
|
||||
|
||||
yarn run -T lazy build --filter=apps/docs
|
Loading…
Reference in a new issue