Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fixing inter-package dependencies
  • Loading branch information
wigy-opensource-developer committed Nov 21, 2019
1 parent d6ae373 commit 783c54c
Show file tree
Hide file tree
Showing 10 changed files with 6,600 additions and 6,509 deletions.
11 changes: 7 additions & 4 deletions README.md
Expand Up @@ -4,12 +4,15 @@ Blurb

## How to Build

Prerequisites:
### Prerequisites

```bash
$ nvm install v12.13.1
$ nvm alias default v12.13.1
# Lerna for maintaining monorepo workspace
$ npm install -g lerna@3.18.5
$ npm install -g typescript@3.7.2
```
### Build

```bash
$ npm install
$ npm run build
```
2 changes: 2 additions & 0 deletions lerna.json
@@ -1,5 +1,7 @@
{
"lerna": "3.18.2",
"hoist": true,
"forceLocal": true,
"packages": [
"packages/*"
],
Expand Down

0 comments on commit 783c54c

Please sign in to comment.