Skip to content

Commit

Permalink
Correct start-server-and-test code blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMcC399 committed Jan 3, 2025
1 parent 9af85a0 commit c838940
Showing 1 changed file with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions docs/app/continuous-integration/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -105,13 +105,25 @@ module.

<Tabs>
<TabItem value="npm">
```shell npm install start-server-and-test --save-dev ```

```shell
npm install start-server-and-test --save-dev
```

</TabItem>
<TabItem value="yarn">
```shell yarn add start-server-and-test --dev ```

```shell
yarn add start-server-and-test --dev
```

</TabItem>
<TabItem value="pnpm">
```shell pnpm add --save-dev start-server-and-test ```

```shell
pnpm add --save-dev start-server-and-test
```

</TabItem>
</Tabs>

Expand Down

0 comments on commit c838940

Please sign in to comment.