mirror of
https://github.com/cypress-io/cypress.git
synced 2026-04-28 02:39:31 -05:00
internal: use yarn workspace over lerna for individual package commands (#7644)
* use yarn workspace over lerna for individual package commands * remove usage of wait-on * fix readmes after regex replace * revert wait-on changes * update yarn.lock
This commit is contained in:
@@ -7,7 +7,7 @@ This package enables Cypress to inspect and modify bytes coming in and out of th
|
||||
## Testing
|
||||
|
||||
```bash
|
||||
yarn lerna run test --scope @packages/https-proxy --stream
|
||||
yarn lerna run test-watch --scope @packages/https-proxy --stream
|
||||
yarn lerna run test-debug --scope @packages/https-proxy --stream
|
||||
yarn workspace @packages/https-proxy test
|
||||
yarn workspace @packages/https-proxy test-watch
|
||||
yarn workspace @packages/https-proxy test-debug
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user