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: packages/web/README.md
+1-6Lines changed: 1 addition & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -84,17 +84,12 @@ The `webpack.config.js` file is used to set up Webpack for the project. It manag
84
84
85
85
### 4. Deployment
86
86
87
-
Requires [Lerna](https://www.npmjs.com/package/lerna) to be installed globally (`npm install -g lerna`).
88
-
89
87
1. Clone the repo
90
-
2. Install the monorepo (allows linking unpublished versions)
91
-
3. Install the web package locally to ensure that e.g. `core` dependency is not just a symlink
88
+
2. Install all workspace dependencies from the root (this links local packages automatically via [npm workspaces](https://docs.npmjs.com/cli/using-npm/workspaces))
0 commit comments