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:
Ben Kucera
2020-06-10 18:31:40 -04:00
committed by GitHub
parent 0e632635cd
commit 47faf52e16
15 changed files with 73 additions and 75 deletions
+3 -3
View File
@@ -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
```