rsnext/scripts/deploy-turbopack-docs.sh
OJ Kwon 00633f1774
docs(turbopack): move docs to separate (#62069)
### What

For better organization, extracting docs into separate location.

Closes PACK-2494
2024-02-15 08:05:48 -08:00

5 lines
No EOL
216 B
Bash
Executable file

#!/usr/bin/env bash
set -euo pipefail
PACKAGES="-p next-swc-napi -p next-api -p next-build -p next-core -p next-custom-transforms"
RUSTDOCFLAGS="-Z unstable-options --enable-index-page" cargo doc $PACKAGES --no-deps