Skip to content

Commit 6761b87

Browse files
authored
mention seed package installation (#8350)
* mention seed package installation * mention seed package installation
1 parent bcc6b64 commit 6761b87

File tree

1 file changed

+7
-1
lines changed
  • src/pages/[platform]/deploy-and-host/sandbox-environments/seed

1 file changed

+7
-1
lines changed

src/pages/[platform]/deploy-and-host/sandbox-environments/seed/index.mdx

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,13 @@ The Sandbox Seed feature allows you to populate your Amplify sandbox environment
3434

3535
## Setting Up Your Seed Script
3636

37-
To get started, you need to create a seed script. This script will be executed when you deploy your sandbox environment and execute the `ampx sandbox seed` command.
37+
To get started, install the `@aws-amplify/seed` package.
38+
39+
```bash title="Terminal" showLineNumbers={false}
40+
npm install @aws-amplify/seed --save-dev
41+
```
42+
43+
Then, you need to create a seed script. This script will be executed when you deploy your sandbox environment and execute the `ampx sandbox seed` command.
3844

3945
1. Create a folder named `seed` under your `amplify` directory
4046
2. Create a file named `seed.ts` inside the `seed` folder

0 commit comments

Comments
 (0)