Skip to content

Commit f7c26d3

Browse files
committed
Update setup/teardown and README
1 parent 9021db8 commit f7c26d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/cli-v3/e2e/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,9 +117,9 @@ This will test your fixture project, and generate outputs in the `packages/cli-v
117117

118118
```sh
119119
cd packages/cli-v3/e2e/fixtures/<fixture-name>
120-
rm -rf node_modules
120+
rm -rf **/node_modules
121121
npm install
122-
rm -rf node_modules
122+
rm -rf **/node_modules
123123
corepack use [email protected] # will update the yarn lockfile
124124
```
125125

0 commit comments

Comments
 (0)