Skip to content

Commit c77bcf2

Browse files
Add build command back
1 parent 08f739c commit c77bcf2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/content/ccip/ccip-javascript-sdk.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ Failure to escape or sanitize error messages could expose your application to **
5555
<Fragment slot="panel.1">
5656
```sh
5757
pnpm install
58+
pnpm build
5859
pnpm dev-example
5960
```
6061
</Fragment>
@@ -72,9 +73,10 @@ The example Next.js app included with the CCIP JavaScript SDK demonstrates the S
7273

7374
To get started:
7475

75-
1. Launch the app by using the following command:
76+
1. Launch the app by using the following commands:
7677

7778
```sh
79+
pnpm build
7880
pnpm dev-example
7981
```
8082

0 commit comments

Comments
 (0)