diff --git a/content/docs/terra/srpm.mdx b/content/docs/terra/srpm.mdx index 5b32e3cd..22ddc862 100644 --- a/content/docs/terra/srpm.mdx +++ b/content/docs/terra/srpm.mdx @@ -415,6 +415,8 @@ All macros calling the package managers also call NPM environment variables beca #### NPM Macros for using [NPM](https://www.npmjs.com). +For building webapps with NPM, see [%npm_build](#npm_build). + ##### %__npm_log_level Macro that sets the logging level for NPM. Defaults to `error` because NPM logs can fill the terminal quickly. @@ -480,6 +482,8 @@ Expands to: `%{__npm} test{:rpmspec}` #### Bun Macros for using [Bun](https://bun.com). +For building webapps with Bun, see [%bun_build](#bun_build). + ##### %bun_common_envvars Sets the `$BUN_HOME{:bash}` for future use and sets the cache dir. @@ -527,6 +531,8 @@ Expands to: `%{__bun} test{:rpmspec}` #### Deno Macros for using [Deno](https://deno.com). +For building webapps with Deno, see [%deno_build](#deno_build). + ##### %deno_common_envvars Sets the `$DENO_DIR{:bash}`, `$DENO_INSTALL_ROOT{:bash}`, limits `$DENO_JOBS{:bash}` to `${RPM_BUILD_NCPUS}{:bash}`, disables update notifications, and forces color. @@ -569,6 +575,8 @@ Expands to: `%{__deno} test --parallel{:rpmspec}` #### PNPM Macros for using [PNPM](https://pnpm.io). +For building webapps with PNPM, see [%pnpm_build](#pnpm_build). + ##### %pnpm_common_envvars Sets the NPM environment variables and the PNPM home directory. @@ -630,6 +638,8 @@ Macros for using [Yarn (Yarn Classic/Yarn v1)](https://classic.yarnpkg.com) and You SHOULD use `yarnpkg` (Yarn Classic) unless you need `yarnpkg-berry` (Yarn Berry) specifically. +For building webapps with Yarn, see [%yarn_build](#yarn_build). + ##### %yarn_common_envvars Sets the NPM evironment variables and Yarn's cache folder.