Skip to content

Commit b0d3e65

Browse files
chore: update readme
1 parent 0b2b1ac commit b0d3e65

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -122,15 +122,18 @@ yarn run cosmos
122122
To launch it with our development server (so you have live-reloading):
123123

124124
```bash
125+
# Terminal 1
125126
yarn start
127+
# Terminal 2
126128
yarn e2e
127129
```
128130

129-
If we want to use the Cypress UI:
131+
If we want to use the Cypress UI, with the production build:
130132

131133
```bash
132-
yarn build
133-
yarn serve
134+
# Terminal 1
135+
npx nx run cowswap-frontend:serve-static --port 3000
136+
# Terminal 2
134137
yarn e2e:open
135138
```
136139

0 commit comments

Comments
 (0)