diff --git a/docs/app/continuous-integration/overview.mdx b/docs/app/continuous-integration/overview.mdx index a560f050ab..06157fc937 100644 --- a/docs/app/continuous-integration/overview.mdx +++ b/docs/app/continuous-integration/overview.mdx @@ -105,13 +105,25 @@ module. - ```shell npm install start-server-and-test --save-dev ``` + + ```shell + npm install start-server-and-test --save-dev + ``` + - ```shell yarn add start-server-and-test --dev ``` + + ```shell + yarn add start-server-and-test --dev + ``` + - ```shell pnpm add --save-dev start-server-and-test ``` + + ```shell + pnpm add --save-dev start-server-and-test + ``` +