Skip to content

Commit 7e2d1c4

Browse files
Update cy-prompt-development.md
1 parent 7c171c9 commit 7e2d1c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

guides/cy-prompt-development.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ In production, the code used to facilitate the prompt command will be retrieved
55
To run against locally developed `cy.prompt`:
66

77
- Clone the `cypress-services` repo
8-
- Run `yarn`
8+
- Run `yarn && yarn all`
99
- Run `yarn watch` in `app/packages/cy-prompt`
1010
- Set:
1111
- `CYPRESS_INTERNAL_ENV=<environment>` (e.g. `staging` or `production` if you want to hit those deployments of `cypress-services` or `development` if you want to hit a locally running version of `cypress-services`)
@@ -22,7 +22,7 @@ Regardless of running against local or deployed `cy.prompt`:
2222
- Run `yarn`
2323
- Run `yarn cypress:open`
2424
- Log In to the Cloud via the App
25-
- Open a project that has `experimentalPromptCommand: true` set in the `e2e` config of the `cypress.config.js|ts` file. Ensure the project has the feature flag `cy-prompt` enabled.
25+
- Open a project that has `experimentalPromptCommand: true` set in the config of the `cypress.config.js|ts` file. Ensure the project has the feature flag `cy-prompt` enabled.
2626

2727
To run against a deployed version of `cy.prompt`:
2828

0 commit comments

Comments
 (0)