Skip to content

Commit cbc22df

Browse files
committed
added step for clearning cache
1 parent 74ee1d4 commit cbc22df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/auth/demo/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ You can optionally clear the cache and rebuild using:
5454

5555
```bash
5656
cd auth/demo
57-
rm -rf node_modules
57+
rm -rf node_modules yarn.lock
5858
yarn build:deps
5959
```
6060

0 commit comments

Comments
 (0)