You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -37,9 +37,9 @@ This project is broken into several modules, their purposes are:
37
37
1. Clone this repo
38
38
2. Run `npm install`
39
39
40
-
This will install lerna and bootstrap the various packages, dedpuing and hoisting dependencies into the root folder.
40
+
This will install [lerna](https://www.npmjs.com/package/lerna) and bootstrap the various packages, dedpuing and hoisting dependencies into the root folder.
41
41
42
-
If later you wish to remove all the `node_modules`/`dist` folders and start again, run `npm reset && npm install` from the root.
42
+
If later you wish to remove all the `node_modules`/`dist` folders and start again, run `npm run reset && npm install` from the root.
43
43
44
44
See the scripts section of the root [`package.json`](./package.json) for more commands.
0 commit comments